Contains flags that specify how to convert an audio media type.
typedef enum _MFWaveFormatExConvertFlags
{
MFWaveFormatExConvertFlag_Normal = 0,
MFWaveFormatExConvertFlag_ForceExtensible = 1
} MFWaveFormatExConvertFlags;
| Constant | Description |
|---|---|
| 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. |
Header: Declared in mfapi.h.