BitmovinApiSdk\Models\TsAudioStreamConfiguration
Synopsis
class TsAudioStreamConfiguration
extends TsStreamConfiguration
{
- // methods
- public void __construct()
- // 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)