BitmovinApiSdk\Models\BroadcastTsVideoInputStreamConfiguration

Synopsis

class BroadcastTsVideoInputStreamConfiguration extends BroadcastTsInputStreamConfiguration {
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

Methods

public

  • __construct()
  • insertAccessUnitDelimiterInAvc() — If true, add access unit delimiters (AUD) to AVC stream if AUD is missing from input elementary stream.
  • maxDecodeDelay() — Maximum Decoder Delay in 90 KHz cycles. When non-zero, the difference between the PCR and the DTS for each picture as it is inserted into the output transport stream is limited to this number of 90 KHz cycles. Values below 1000 are treated as 0 and ignored. Valid Range [0, 1000-900000]

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.

Inherited from BitmovinApiSdk\Common\ApiResource

public