Interface IMFMediaEngineNotify
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[Guid("fee7c112-e776-42b5-9bbf-0048524e2bd5")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMFMediaEngineNotify
Methods
EventNotify(MF_MEDIA_ENGINE_EVENT, IntPtr, Int32)
Declaration
HResult EventNotify(MF_MEDIA_ENGINE_EVENT eventid, IntPtr param1, int param2)
Parameters
MF_MEDIA_ENGINE_EVENT
eventid
|
System.IntPtr
param1
|
System.Int32
param2
|
Returns
HResult
|