예제 #1
0
 public int GetTimeSource([NativeTypeName("IMFPresentationTimeSource **")] IMFPresentationTimeSource **ppTimeSource)
 {
     return(((delegate * unmanaged <IMFPresentationClock *, IMFPresentationTimeSource **, int>)(lpVtbl[9]))((IMFPresentationClock *)Unsafe.AsPointer(ref this), ppTimeSource));
 }
예제 #2
0
 public static extern HRESULT MFCreateSystemTimeSource(IMFPresentationTimeSource **ppSystemTimeSource);
예제 #3
0
 public HRESULT GetTimeSource(IMFPresentationTimeSource **ppTimeSource)
 {
     return(((delegate * unmanaged <IMFPresentationClock *, IMFPresentationTimeSource **, int>)(lpVtbl[9]))((IMFPresentationClock *)Unsafe.AsPointer(ref this), ppTimeSource));
 }