Show / Hide Table of Contents

Class DolbyDigitalPlusDownmixing

Downmixing is used to reproduce the complete audio program when the actual decoder outputs do not match the encoded channel layout of the original audio signal. The process of downmixing takes the information in the channels that do not have corresponding outputs, and mixes this information into the remaining channels.

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

Properties

LoRoCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lo/Ro output.

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

LoRoSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lo/Ro output.

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

LtRtCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lt/Rt output.

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

LtRtSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lt/Rt output.

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

PreferredMode

PreferredMode

Declaration
public DolbyDigitalPlusDownmixingPreferredMode? PreferredMode { get; set; }
Property Value
Type Description
System.Nullable<DolbyDigitalPlusDownmixingPreferredMode>
Back to top Generated by DocFX