Class SourceChannel
SourceChannel
Inheritance
System.Object
SourceChannel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SourceChannel
Properties
ChannelNumber
Number of this source channel. If type is 'CHANNEL_NUMBER', this must be set.
Declaration
public int? ChannelNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Gain
Gain for this source channel. Default is 1.0.
Declaration
public double? Gain { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Type
Type
Declaration
public SourceChannelType? Type { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SourceChannelType> |