Class DolbyDigitalPlusAudioConfiguration
DolbyDigitalPlusAudioConfiguration
Inheritance
System.Object
DolbyDigitalPlusAudioConfiguration
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 DolbyDigitalPlusAudioConfiguration : AudioConfiguration
Properties
BitstreamInfo
BitstreamInfo defines metadata parameters contained in the Dolby Digital Plus audio bitstream
Declaration
public DolbyDigitalPlusBitstreamInfo BitstreamInfo { get; set; }
Property Value
Type | Description |
---|---|
DolbyDigitalPlusBitstreamInfo |
ChannelLayout
Channel layout of the audio codec configuration.
Declaration
public DolbyDigitalPlusChannelLayout? ChannelLayout { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DolbyDigitalPlusChannelLayout> |
Downmixing
Downmixing
Declaration
public DolbyDigitalPlusDownmixing Downmixing { get; set; }
Property Value
Type | Description |
---|---|
DolbyDigitalPlusDownmixing |
EvolutionFrameworkControl
It provides a framework for signaling new evolution framework applications, such as Intelligent Loudness, in each Dolby codec.
Declaration
public DolbyDigitalPlusEvolutionFrameworkControl? EvolutionFrameworkControl { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DolbyDigitalPlusEvolutionFrameworkControl> |
LoudnessControl
Settings for loudness control (required)
Declaration
public DolbyDigitalPlusLoudnessControl LoudnessControl { get; set; }
Property Value
Type | Description |
---|---|
DolbyDigitalPlusLoudnessControl |
Preprocessing
Preprocessing
Declaration
public DolbyDigitalPlusPreprocessing Preprocessing { get; set; }
Property Value
Type | Description |
---|---|
DolbyDigitalPlusPreprocessing |