BitmovinApiSdk\Models\SourceChannel
Synopsis
class SourceChannel
extends ApiResource
{
- // members
- public float $gain;
- public SourceChannelType $type;
- public int $channelNumber;
- // methods
- public void __construct()
- public $this gain()
- public $this type()
- public $this channelNumber()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $channelNumber — int
- $gain — float
- $type — BitmovinApiSdk\Models\SourceChannelType
Methods
public
- __construct()
- channelNumber() — Number of this source channel. If type is 'CHANNEL_NUMBER', this must be set.
- gain() — Gain for this source channel. Default is 1.0.
- type() — type