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));
 }
示例#4
0
 public static extern HRESULT MFCreatePresentationClock(IMFPresentationClock **ppPresentationClock);
示例#5
0
 public int GetPresentationClock(IMFPresentationClock **ppPresentationClock)
 {
     return(((delegate * unmanaged <IMFMediaSink *, IMFPresentationClock **, int>)(lpVtbl[10]))((IMFMediaSink *)Unsafe.AsPointer(ref this), ppPresentationClock));
 }