public class DolbyDigitalPlusBitstreamInfo extends Object
Constructor and Description |
---|
DolbyDigitalPlusBitstreamInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DolbyDigitalPlusSurroundMode |
getSurroundExMode()
This is used to identify the encoded audio as material encoded in Dolby Digital Surround EX.
|
DolbyDigitalPlusSurroundMode |
getSurroundMode()
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.
|
int |
hashCode() |
void |
setSurroundExMode(DolbyDigitalPlusSurroundMode surroundExMode)
This is used to identify the encoded audio as material encoded in Dolby Digital Surround EX.
|
void |
setSurroundMode(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.
|
String |
toString() |
public DolbyDigitalPlusSurroundMode getSurroundMode()
public void setSurroundMode(DolbyDigitalPlusSurroundMode surroundMode)
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`.public DolbyDigitalPlusSurroundMode getSurroundExMode()
public void setSurroundExMode(DolbyDigitalPlusSurroundMode surroundExMode)
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.Copyright © 2025. All rights reserved.