Class DolbyDigitalDownmixing
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
    DolbyDigitalDownmixing
  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 DolbyDigitalDownmixingProperties
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 DolbyDigitalCenterMixLevel? LoRoCenterMixLevel { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<DolbyDigitalCenterMixLevel> | 
LoRoSurroundMixLevel
The level shift applied to the surround channels when downmixing to one Lo/Ro output.
Declaration
public DolbyDigitalSurroundMixLevel? LoRoSurroundMixLevel { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<DolbyDigitalSurroundMixLevel> | 
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 DolbyDigitalCenterMixLevel? LtRtCenterMixLevel { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<DolbyDigitalCenterMixLevel> | 
LtRtSurroundMixLevel
The level shift applied to the surround channels when downmixing to one Lt/Rt output.
Declaration
public DolbyDigitalSurroundMixLevel? LtRtSurroundMixLevel { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<DolbyDigitalSurroundMixLevel> | 
PreferredMode
PreferredMode
Declaration
public DolbyDigitalDownmixingPreferredMode? PreferredMode { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<DolbyDigitalDownmixingPreferredMode> |