Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.4 KB

ne-mfmediaengine-mf_media_engine_canplay.md

File metadata and controls

71 lines (58 loc) · 2.4 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:mfmediaengine.MF_MEDIA_ENGINE_CANPLAY
MF_MEDIA_ENGINE_CANPLAY (mfmediaengine.h)
Specifies the likelihood that the Media Engine can play a specified type of media resource.
MF_MEDIA_ENGINE_CANPLAY
MF_MEDIA_ENGINE_CANPLAY enumeration [Media Foundation]
MF_MEDIA_ENGINE_CANPLAY_MAYBE
MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTED
MF_MEDIA_ENGINE_CANPLAY_PROBABLY
mf.mf_media_engine_canplay
mfmediaengine/MF_MEDIA_ENGINE_CANPLAY
mfmediaengine/MF_MEDIA_ENGINE_CANPLAY_MAYBE
mfmediaengine/MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTED
mfmediaengine/MF_MEDIA_ENGINE_CANPLAY_PROBABLY
mf\mf_media_engine_canplay.htm
mf
AABABB09-D45F-474C-B692-DC3592ED164F
12/05/2018
MF_MEDIA_ENGINE_CANPLAY, MF_MEDIA_ENGINE_CANPLAY enumeration [Media Foundation], MF_MEDIA_ENGINE_CANPLAY_MAYBE, MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTED, MF_MEDIA_ENGINE_CANPLAY_PROBABLY, mf.mf_media_engine_canplay, mfmediaengine/MF_MEDIA_ENGINE_CANPLAY, mfmediaengine/MF_MEDIA_ENGINE_CANPLAY_MAYBE, mfmediaengine/MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTED, mfmediaengine/MF_MEDIA_ENGINE_CANPLAY_PROBABLY
mfmediaengine.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
MF_MEDIA_ENGINE_CANPLAY
19H1
MF_MEDIA_ENGINE_CANPLAY
mfmediaengine/MF_MEDIA_ENGINE_CANPLAY
c++
APIRef
kbSyntax
HeaderDef
mfmediaengine.h
MF_MEDIA_ENGINE_CANPLAY

MF_MEDIA_ENGINE_CANPLAY enumeration

-description

Specifies the likelihood that the Media Engine can play a specified type of media resource.

-enum-fields

-field MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTED:0

The Media Engine cannot play the resource.

-field MF_MEDIA_ENGINE_CANPLAY_MAYBE:1

The Media Engine might be able to play the resource.

-field MF_MEDIA_ENGINE_CANPLAY_PROBABLY:2

The Media Engine can probably play the resource.

-see-also

Media Foundation Enumerations