หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |