MultiplexM2tsSettings

Multiplex M2ts Settings

Types

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

Properties

Link copied to clipboard

When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.

Link copied to clipboard

When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.

Link copied to clipboard

When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.

Link copied to clipboard

The number of audio frames to insert for each PES packet.

Link copied to clipboard

When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.

Link copied to clipboard

When set to enabled, generates captionServiceDescriptor in PMT.

Link copied to clipboard

If set to passthrough, passes any EBIF data from the input source to this output.

Link copied to clipboard

Include or exclude the ES Rate field in the PES header.

Link copied to clipboard
val klv: M2tsKlv?

If set to passthrough, passes any KLV data from the input source to this output.

Link copied to clipboard

If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

Link copied to clipboard

When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.

Link copied to clipboard

Maximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream.

Link copied to clipboard

Optionally pass SCTE-35 signals from the input source to this output.

Link copied to clipboard

Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount.

Functions

Link copied to clipboard
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