The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MFWaveFormatExConvertFlags enumeration
Contains flags that specify how to convert an audio media type.
Syntax
typedef enum _MFWaveFormatExConvertFlags { MFWaveFormatExConvertFlag_Normal = 0, MFWaveFormatExConvertFlag_ForceExtensible = 1 } MFWaveFormatExConvertFlags;
Constants
- MFWaveFormatExConvertFlag_Normal
-
Convert the media type to a WAVEFORMATEX structure if possible, or a WAVEFORMATEXTENSIBLE structure otherwise.
- MFWaveFormatExConvertFlag_ForceExtensible
-
Convert the media type to a WAVEFORMATEXTENSIBLE structure.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: