הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Contains flags that specify how to convert an audio media type.
Syntax
typedef enum _MFWaveFormatExConvertFlags {
MFWaveFormatExConvertFlag_Normal = 0,
MFWaveFormatExConvertFlag_ForceExtensible = 1
} MFWaveFormatExConvertFlags;
Constants
MFWaveFormatExConvertFlag_NormalValue: 0 Convert the media type to a WAVEFORMATEX structure if possible, or a WAVEFORMATEXTENSIBLE structure otherwise. |
MFWaveFormatExConvertFlag_ForceExtensibleValue: 1 Convert the media type to a WAVEFORMATEXTENSIBLE structure. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
| Header | mfapi.h |