Interface IMFMediaEventGenerator
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[Guid("2CD0BD52-BCD5-4B89-B62C-EADC0C031E7D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMFMediaEventGenerator
Methods
BeginGetEvent(IMFAsyncCallback, Object)
Declaration
HResult BeginGetEvent(IMFAsyncCallback pCallback, object o)
Parameters
|
IMFAsyncCallback
pCallback
|
|
System.Object
o
|
Returns
|
HResult
|
EndGetEvent(IMFAsyncResult, out IMFMediaEvent)
Declaration
HResult EndGetEvent(IMFAsyncResult pResult, out IMFMediaEvent ppEvent)
Parameters
|
IMFAsyncResult
pResult
|
|
IMFMediaEvent
ppEvent
|
Returns
|
HResult
|
GetEvent(MFEventFlag, out IMFMediaEvent)
Declaration
HResult GetEvent(MFEventFlag dwFlags, out IMFMediaEvent ppEvent)
Parameters
|
MFEventFlag
dwFlags
|
|
IMFMediaEvent
ppEvent
|
Returns
|
HResult
|
QueueEvent(MediaEventType, Guid, HResult, ConstPropVariant)
Declaration
HResult QueueEvent(MediaEventType met, Guid guidExtendedType, HResult hrStatus, ConstPropVariant pvValue)
Parameters
|
MediaEventType
met
|
|
System.Guid
guidExtendedType
|
|
HResult
hrStatus
|
|
ConstPropVariant
pvValue
|
Returns
|
HResult
|