Package | Description |
---|---|
com.bitmovin.api.sdk.model |
Modifier and Type | Method and Description |
---|---|
static DolbyDigitalSurroundMixLevel |
DolbyDigitalSurroundMixLevel.fromValue(String text) |
DolbyDigitalSurroundMixLevel |
DolbyDigitalDownmixing.getLoRoSurroundMixLevel()
The level shift applied to the surround channels when downmixing to one Lo/Ro output.
|
DolbyDigitalSurroundMixLevel |
DolbyDigitalDownmixing.getLtRtSurroundMixLevel()
The level shift applied to the surround channels when downmixing to one Lt/Rt output.
|
static DolbyDigitalSurroundMixLevel |
DolbyDigitalSurroundMixLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DolbyDigitalSurroundMixLevel[] |
DolbyDigitalSurroundMixLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DolbyDigitalDownmixing.setLoRoSurroundMixLevel(DolbyDigitalSurroundMixLevel loRoSurroundMixLevel)
The level shift applied to the surround channels when downmixing to one Lo/Ro output.
|
void |
DolbyDigitalDownmixing.setLtRtSurroundMixLevel(DolbyDigitalSurroundMixLevel ltRtSurroundMixLevel)
The level shift applied to the surround channels when downmixing to one Lt/Rt output.
|
Copyright © 2022. All rights reserved.