Show / Hide Table of Contents

Class AudioGroupConfiguration

AudioGroupConfiguration

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

Properties

DroppingMode

Dropping mode (required)

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

Groups

Audio groups (required)

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