BitmovinApiSdk\Models\TsVideoStreamConfiguration

Synopsis

class TsVideoStreamConfiguration extends TsStreamConfiguration {
  • // Inherited members from TsStreamConfiguration
  • public string $streamId;
  • public int $pid;
  • // Inherited methods from TsStreamConfiguration
  • public void __construct()
  • public $this streamId()
  • public $this pid()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $pid — int
  • $streamId — string

Methods

Inherited from BitmovinApiSdk\Models\TsStreamConfiguration

public

  • pid() — An integer value. MPEG Transport Stream Packet Identifier (PID) for this stream. (required)
  • 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. (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public