BitmovinApiSdk\Models\BroadcastTsTransportConfiguration

Synopsis

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

Hierarchy

Members

public

Methods

public

  • __construct()
  • initialPresentationTimeStamp() — Presentation time stamp value for the first video frame. The timestamp is specified in the timescale of 90000
  • initialProgramClockReference() — Program Clock Reference value at the beginning of the first packet for the transport stream. The PCR is specified in the timescale of 90000
  • muxrate() — Output rate in bps. The value zero implies to use minimal rate. The minimal rate leaves approximately 15kbps of null packets in the stream.
  • patRepetitionRatePerSec() — Program Association Table (PAT) repetition rate per second. Number of PATs per second.
  • pmtRepetitionRatePerSec() — Program Map Table (PMT) repetition rate per second. Number of PMTs for each program per second.
  • preventEmptyAdaptionFieldsInVideo() — If true, prevents adaptation fields with length field equal to zero in video, i.e., zero-length AF. Please note that this condition can only occur when pesAlign for the input stream is set to true.
  • stopOnError() — Stop mux on errors. If true, implies halt multiplexing when any error is encountered. If false, errors are ignored and multiplexing continues. Note that the recovery from an error will usually result in an illegal transport stream and artifacts on a decoder.
  • variableMuxRate() — When false, the output stream is created at a constant bit rate. When true, the output rate is allowed to vary from a maximum rate set by the muxrate parameter down to the minimum required to carry the stream.

Inherited from BitmovinApiSdk\Common\ApiResource

public