Interface IMFTimer
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[Guid("E56E4CBD-8F70-49D8-A0F8-EDB3D6AB9BF2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMFTimer
Methods
CancelTimer(Object)
SetTimer(MFTimeFlags, Int64, IMFAsyncCallback, Object, out Object)
Declaration
HResult SetTimer(MFTimeFlags dwFlags, long llClockTime, IMFAsyncCallback pCallback, object pUnkState, out object ppunkKey)
Parameters
MFTimeFlags
dwFlags
|
System.Int64
llClockTime
|
IMFAsyncCallback
pCallback
|
System.Object
pUnkState
|
System.Object
ppunkKey
|
Returns
HResult
|