public int GetPresentationClock([NativeTypeName("IMFPresentationClock **")] IMFPresentationClock **ppPresentationClock)
 {
     return(((delegate * unmanaged <IMFClockConsumer *, IMFPresentationClock **, int>)(lpVtbl[4]))((IMFClockConsumer *)Unsafe.AsPointer(ref this), ppPresentationClock));
 }
 public int GetPresentationClock([NativeTypeName("IMFPresentationClock **")] IMFPresentationClock **ppPresentationClock)
 {
     return(((delegate * unmanaged <IMFFinalizableMediaSink *, IMFPresentationClock **, int>)(lpVtbl[10]))((IMFFinalizableMediaSink *)Unsafe.AsPointer(ref this), ppPresentationClock));
 }
 public HRESULT GetPresentationClock(IMFPresentationClock **ppPresentationClock)
 {
     return(((delegate * unmanaged <IMFClockConsumer *, IMFPresentationClock **, int>)(lpVtbl[4]))((IMFClockConsumer *)Unsafe.AsPointer(ref this), ppPresentationClock));
 }
Ejemplo n.º 4
0
 public static extern HRESULT MFCreatePresentationClock(IMFPresentationClock **ppPresentationClock);
Ejemplo n.º 5
0
 public int GetPresentationClock(IMFPresentationClock **ppPresentationClock)
 {
     return(((delegate * unmanaged <IMFMediaSink *, IMFPresentationClock **, int>)(lpVtbl[10]))((IMFMediaSink *)Unsafe.AsPointer(ref this), ppPresentationClock));
 }