MFPKEY_WMADEC_HIRESOUTPUT Property
Specifies whether the audio decoder should deliver high-resolution output.
Constant for IPropertyBag
g_wszWMACHiResOutput
Data Type
VT_BOOL
Default Value
FALSE
Remarks
You must set this value to TRUE to decode multichannel or 24-bit audio content. If the content is encoded in high-resolution, but this value is FALSE, the output will be 16-bit stereo.
The properties of high-resolution audio are passed in a WAVEFORMATEXTENSIBLE structure, not WAVEFORMATEX.
High-resolution output is available only if the decoder is running on Windows XP or Windows Vista. You can set this property regardless of the operating system on which your application is running. On versions of Windows earlier than Windows XP, the decoder will ignore this setting and deliver standard output.
Many players (including Windows Media Player 9 Series and later) set this value for all content.
Applies To
This write-only property is available on the decoder of the following codecs:
Requirements
Client: Requires Windows Vista or Windows XP.
Header: Include wmcodecdsp.h.
See Also