Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |