Example #1
0
 public int SetTimeSource([NativeTypeName("IMFPresentationTimeSource *")] IMFPresentationTimeSource *pTimeSource)
 {
     return(((delegate * unmanaged <IMFPresentationClock *, IMFPresentationTimeSource *, int>)(lpVtbl[8]))((IMFPresentationClock *)Unsafe.AsPointer(ref this), pTimeSource));
 }
Example #2
0
 public HRESULT SetTimeSource(IMFPresentationTimeSource *pTimeSource)
 {
     return(((delegate * unmanaged <IMFPresentationClock *, IMFPresentationTimeSource *, int>)(lpVtbl[8]))((IMFPresentationClock *)Unsafe.AsPointer(ref this), pTimeSource));
 }