Class DolbyDigitalPlusBitstreamInfo
DolbyDigitalPlusBitstreamInfo
Inheritance
Inherited Members
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DolbyDigitalPlusBitstreamInfo
Properties
SurroundExMode
This is used to identify the encoded audio as material encoded in Dolby Digital Surround EX. This parameter is used only if the encoded audio has two surround channels. An amplifier or receiver with Dolby Digital Surround EX decoding can use this parameter as a flag to switch the decoding on or off automatically. The behavior is similar to that of the surroundMode
parameter.
Declaration
public DolbyDigitalPlusSurroundMode? SurroundExMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DolbyDigitalPlusSurroundMode> |
SurroundMode
This parameter indicates to a decoder whether the two‐channel encoded bitstream contains a Dolby Surround (Lt/Rt) program that requires Dolby Pro Logic decoding. When downmixing to stereo from a multichannel input, set this value according to the type of downmix performed (Lt/Rt: ENABLED
, Lo/Ro: DISABLED
). When transcoding a stereo Dolby Digital, Dolby Digital Plus, or Dolby E input, the value must be passed through from the input bitstream to the output bitstream. When transcoding a third-party stereo input to stereo Dolby Digital set the value to NOT_INDICATED
.
Declaration
public DolbyDigitalPlusSurroundMode? SurroundMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DolbyDigitalPlusSurroundMode> |