BitmovinApiSdk\Models\TsStreamConfiguration

Synopsis

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

Hierarchy

Members

public

  • $pid — int
  • $streamId — string

Methods

public

  • __construct()
  • 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