BitmovinApiSdk\Models\BroadcastTsSubtitleInputStreamConfiguration

Synopsis

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

Hierarchy

Members

public

  • $packetIdentifier — int
  • $rate — int
  • $streamId — string

Methods

public

  • __construct()
  • packetIdentifier() — An integer value. Packet Identifier (PID) for this stream.
  • rate() — The rate parameter determines the maximum rate in bits per second that should be used for the subtitle stream. The valid range is `100` to `60 000 000` bps or `0`. If the value is set to 0, we will examine the first 100 packets of subtitle packet data and use the highest rate that was computed. If the value is set too low, not enough to accommodate the subtitle bit-rate, then some PES packets corresponding to DVB subtitle stream will be dropped. This parameter is optional and the default value is 0.
  • streamId() — The UUID of the subtitle stream to which this configuration belongs to. This has to be an ID of an subtitle stream that has been added to the current muxing.

Inherited from BitmovinApiSdk\Common\ApiResource

public