Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |