BitmovinApiSdk\Models\AudioMixChannel
Synopsis
class AudioMixChannel
extends ApiResource
{
- // members
- public int $channelNumber;
- public array $sourceChannels;
- // methods
- public void __construct()
- public $this channelNumber()
- public $this sourceChannels()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $channelNumber — int
- $sourceChannels — \BitmovinApiSdk\Models\SourceChannel[]
Methods
public
- __construct()
- channelNumber() — Channel number of this mix (starting with 0) (required)
- sourceChannels() — List of source channels to be mixed (required)