Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the stereo downmix mode for a Dolby Digital audio decoder. This enumeration is used with the CODECAPI_AVDecDDStereoDownMixMode property.
Syntax
typedef enum eAVDecDDStereoDownMixMode {
eAVDecDDStereoDownMixMode_Auto = 0,
eAVDecDDStereoDownMixMode_LtRt = 1,
eAVDecDDStereoDownMixMode_LoRo = 2
} ;
Constants
eAVDecDDStereoDownMixMode_Auto Value: 0 The decoder selects the mode automatically. |
eAVDecDDStereoDownMixMode_LtRt Value: 1 Left total/right total (Lt/Rt) downmix. (Surround compatible.) |
eAVDecDDStereoDownMixMode_LoRo Value: 2 Left only/right only (Lo/Ro) downmix. (Stereo.) |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Header | codecapi.h |