BitmovinApiSdk\Models\BroadcastTsAudioInputStreamConfiguration
Synopsis
class BroadcastTsAudioInputStreamConfiguration
extends BroadcastTsInputStreamConfiguration
{
- // members
- public bool $useATSCBufferModel;
- public string $language;
- // Inherited members from BroadcastTsInputStreamConfiguration
- public string $streamId;
- public int $packetIdentifier;
- public bool $startWithDiscontinuityIndicator;
- public bool $alignPes;
- public RaiUnit $setRaiOnAu;
- // methods
- public void __construct()
- public $this useATSCBufferModel()
- public $this language()
- // Inherited methods from BroadcastTsInputStreamConfiguration
- public void __construct()
- public $this streamId()
- public $this packetIdentifier()
- public $this startWithDiscontinuityIndicator()
- public $this alignPes()
- public $this setRaiOnAu()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $alignPes — BitmovinApiSdk\Models\bool
- $language — string
- $packetIdentifier — int
- $setRaiOnAu — BitmovinApiSdk\Models\RaiUnit
- $startWithDiscontinuityIndicator — BitmovinApiSdk\Models\bool
- $streamId — string
- $useATSCBufferModel — BitmovinApiSdk\Models\bool
Methods
public
- __construct()
- language() — Language of the audio stream. Specified according to the ISO 639-2 alpha code for the language descriptor.
- useATSCBufferModel() — Use ATSC buffer model for AC-3. If true, use the ATSC version of the T-STD buffer model is used. This parameter applies to AC-3 streams only.
Inherited from BitmovinApiSdk\Models\BroadcastTsInputStreamConfiguration
public
- alignPes() — Align access units to PES packets. If true, align access units to PES packet headers. Uses adaptation field stuffing to position an access unit at the beginning of each PES packet.
- packetIdentifier() — An integer value. Packet Identifier (PID) for this stream.
- setRaiOnAu() — setRaiOnAu
- startWithDiscontinuityIndicator() — Start stream with initial discontinuity indicator set to one. If true, set the discontinuity indicator in the first packet for this PID.
- streamId() — The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing.