Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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_AutoValue: 0 The decoder selects the mode automatically. |
eAVDecDDStereoDownMixMode_LtRtValue: 1 Left total/right total (Lt/Rt) downmix. (Surround compatible.) |
eAVDecDDStereoDownMixMode_LoRoValue: 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 |