Show / Hide Table of Contents

Class AudioMixInputStreamSourceChannel

AudioMixInputStreamSourceChannel

Inheritance
System.Object
AudioMixInputStreamSourceChannel
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 AudioMixInputStreamSourceChannel

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 AudioMixSourceChannelType? Type { get; set; }
Property Value
Type Description
System.Nullable<AudioMixSourceChannelType>
Back to top Generated by DocFX