Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.44 KB

ne-mfapi-mfwaveformatexconvertflags.md

File metadata and controls

73 lines (59 loc) · 2.44 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:mfapi._MFWaveFormatExConvertFlags
MFWaveFormatExConvertFlags (mfapi.h)
Contains flags that specify how to convert an audio media type.
MFWaveFormatExConvertFlag_ForceExtensible
MFWaveFormatExConvertFlag_Normal
MFWaveFormatExConvertFlags
MFWaveFormatExConvertFlags enumeration [Media Foundation]
cd4a54f3-58e5-4e39-8615-e5037972c9c4
mf.mfwaveformatexconvertflags
mfapi/MFWaveFormatExConvertFlag_ForceExtensible
mfapi/MFWaveFormatExConvertFlag_Normal
mfapi/MFWaveFormatExConvertFlags
mf\mfwaveformatexconvertflags.htm
mf
cd4a54f3-58e5-4e39-8615-e5037972c9c4
12/05/2018
MFWaveFormatExConvertFlag_ForceExtensible, MFWaveFormatExConvertFlag_Normal, MFWaveFormatExConvertFlags, MFWaveFormatExConvertFlags enumeration [Media Foundation], cd4a54f3-58e5-4e39-8615-e5037972c9c4, mf.mfwaveformatexconvertflags, mfapi/MFWaveFormatExConvertFlag_ForceExtensible, mfapi/MFWaveFormatExConvertFlag_Normal, mfapi/MFWaveFormatExConvertFlags
mfapi.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Windows
MFWaveFormatExConvertFlags
19H1
_MFWaveFormatExConvertFlags
mfapi/_MFWaveFormatExConvertFlags
MFWaveFormatExConvertFlags
mfapi/MFWaveFormatExConvertFlags
c++
APIRef
kbSyntax
HeaderDef
mfapi.h
MFWaveFormatExConvertFlags

MFWaveFormatExConvertFlags enumeration

-description

Contains flags that specify how to convert an audio media type.

-enum-fields

-field MFWaveFormatExConvertFlag_Normal:0

Convert the media type to a WAVEFORMATEX structure if possible, or a WAVEFORMATEXTENSIBLE structure otherwise.

-field MFWaveFormatExConvertFlag_ForceExtensible:1

Convert the media type to a WAVEFORMATEXTENSIBLE structure.

-see-also

MFCreateWaveFormatExFromMFMediaType

Media Foundation Enumerations