Interface IMFMediaEngineExtension
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[Guid("2f69d622-20b5-41e9-afdf-89ced1dda04e")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMFMediaEngineExtension
Methods
BeginCreateObject(String, IMFByteStream, MFObjectType, out Object, IMFAsyncCallback, Object)
Declaration
HResult BeginCreateObject(string bstrURL, IMFByteStream pByteStream, MFObjectType type, out object ppIUnknownCancelCookie, IMFAsyncCallback pCallback, object punkState)
Parameters
System.
|
IMFByte
|
MFObject
|
System.
|
IMFAsync
|
System.
|
Returns
CancelObjectCreation(Object)
Declaration
HResult CancelObjectCreation(object pIUnknownCancelCookie)
Parameters
System.
|
Returns
CanPlayType(Boolean, String, out MF_MEDIA_ENGINE_CANPLAY)
Declaration
HResult CanPlayType(bool AudioOnly, string MimeType, out MF_MEDIA_ENGINE_CANPLAY pAnswer)
Parameters
System.
|
System.
|
MF_MEDIA_ENGINE_CANPLAY
pAnswer
|
Returns
EndCreateObject(IMFAsyncResult, out Object)
Declaration
HResult EndCreateObject(IMFAsyncResult pResult, out object ppObject)
Parameters
IMFAsync
|
System.
|