public int OnSetPresentationClock([NativeTypeName("IMFPresentationClock *")] IMFPresentationClock *pPresentationClock)
 {
     return(((delegate * unmanaged <IMFSampleGrabberSinkCallback *, IMFPresentationClock *, int>)(lpVtbl[8]))((IMFSampleGrabberSinkCallback *)Unsafe.AsPointer(ref this), pPresentationClock));
 }
 public int SetPresentationClock([NativeTypeName("IMFPresentationClock *")] IMFPresentationClock *pPresentationClock)
 {
     return(((delegate * unmanaged <IMFFinalizableMediaSink *, IMFPresentationClock *, int>)(lpVtbl[9]))((IMFFinalizableMediaSink *)Unsafe.AsPointer(ref this), pPresentationClock));
 }
 public int SetPresentationClock([NativeTypeName("IMFPresentationClock *")] IMFPresentationClock *pPresentationClock)
 {
     return(((delegate * unmanaged <IMFClockConsumer *, IMFPresentationClock *, int>)(lpVtbl[3]))((IMFClockConsumer *)Unsafe.AsPointer(ref this), pPresentationClock));
 }
 public HRESULT NotifyPresentationClock(IMFPresentationClock *pClock)
 {
     return(((delegate * unmanaged <IMFQualityManager *, IMFPresentationClock *, int>)(lpVtbl[4]))((IMFQualityManager *)Unsafe.AsPointer(ref this), pClock));
 }
 public HRESULT OnSetPresentationClock(IMFPresentationClock *pPresentationClock)
 {
     return(((delegate * unmanaged <IMFSampleGrabberSinkCallback *, IMFPresentationClock *, int>)(lpVtbl[8]))((IMFSampleGrabberSinkCallback *)Unsafe.AsPointer(ref this), pPresentationClock));
 }
Exemple #6
0
 public int NotifyPresentationClock([NativeTypeName("IMFPresentationClock *")] IMFPresentationClock *pClock)
 {
     return(((delegate * unmanaged <IMFQualityManager *, IMFPresentationClock *, int>)(lpVtbl[4]))((IMFQualityManager *)Unsafe.AsPointer(ref this), pClock));
 }
 public HRESULT SetPresentationClock(IMFPresentationClock *pPresentationClock)
 {
     return(((delegate * unmanaged <IMFClockConsumer *, IMFPresentationClock *, int>)(lpVtbl[3]))((IMFClockConsumer *)Unsafe.AsPointer(ref this), pPresentationClock));
 }
Exemple #8
0
 public int SetPresentationClock(IMFPresentationClock *pPresentationClock)
 {
     return(((delegate * unmanaged <IMFMediaSink *, IMFPresentationClock *, int>)(lpVtbl[9]))((IMFMediaSink *)Unsafe.AsPointer(ref this), pPresentationClock));
 }