DvbSdtSettings

DVB Service Description Table (SDT)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Selects method of inserting SDT information into output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. The sdtManual setting means user will enter the SDT information. The sdtNone setting means output stream will not contain SDT information.

Link copied to clipboard

The number of milliseconds between instances of this table in the output transport stream.

Link copied to clipboard

The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

Link copied to clipboard

The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

Functions

Link copied to clipboard
inline fun copy(block: DvbSdtSettings.Builder.() -> Unit = {}): DvbSdtSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String