Show / Hide Table of Contents

Class AudioMixInputStreamChannel

AudioMixInputStreamChannel

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

Properties

InputStreamId

The id of the input stream that should be used for mixing.

Declaration
public string InputStreamId { get; set; }
Property Value
Type Description
System.String

OutputChannelNumber

Number of this output channel. If type is 'CHANNEL_NUMBER', this must be set.

Declaration
public int? OutputChannelNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

OutputChannelType

OutputChannelType

Declaration
public AudioMixChannelType? OutputChannelType { get; set; }
Property Value
Type Description
System.Nullable<AudioMixChannelType>

SourceChannels

List of source channels to be mixed

Declaration
public List<AudioMixInputStreamSourceChannel> SourceChannels { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AudioMixInputStreamSourceChannel>
Back to top Generated by DocFX