Show / Hide Table of Contents

Class DolbyDigitalAudioConfiguration

DolbyDigitalAudioConfiguration

Inheritance
System.Object
BitmovinResponse
BitmovinResource
CodecConfiguration
AudioConfiguration
DolbyDigitalAudioConfiguration
Inherited Members
AudioConfiguration.Bitrate
AudioConfiguration.Rate
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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 DolbyDigitalAudioConfiguration : AudioConfiguration

Properties

BitstreamInfo

BitstreamInfo defines metadata parameters contained in the Dolby Digital audio bitstream

Declaration
public DolbyDigitalBitstreamInfo BitstreamInfo { get; set; }
Property Value
Type Description
DolbyDigitalBitstreamInfo

ChannelLayout

Channel layout of the audio codec configuration.

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

Downmixing

Downmixing

Declaration
public DolbyDigitalDownmixing Downmixing { get; set; }
Property Value
Type Description
DolbyDigitalDownmixing

EvolutionFrameworkControl

It provides a framework for signaling new evolution framework applications, such as Intelligent Loudness, in each Dolby codec.

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

LoudnessControl

Settings for loudness control (required)

Declaration
public DolbyDigitalLoudnessControl LoudnessControl { get; set; }
Property Value
Type Description
DolbyDigitalLoudnessControl

Preprocessing

Preprocessing

Declaration
public DolbyDigitalPreprocessing Preprocessing { get; set; }
Property Value
Type Description
DolbyDigitalPreprocessing
Back to top Generated by DocFX