コード例 #1
0
 public int GetPresentationClock([NativeTypeName("IMFPresentationClock **")] IMFPresentationClock **ppPresentationClock)
 {
     return(((delegate * unmanaged <IMFClockConsumer *, IMFPresentationClock **, int>)(lpVtbl[4]))((IMFClockConsumer *)Unsafe.AsPointer(ref this), ppPresentationClock));
 }
コード例 #2
0
 public int GetPresentationClock([NativeTypeName("IMFPresentationClock **")] IMFPresentationClock **ppPresentationClock)
 {
     return(((delegate * unmanaged <IMFFinalizableMediaSink *, IMFPresentationClock **, int>)(lpVtbl[10]))((IMFFinalizableMediaSink *)Unsafe.AsPointer(ref this), ppPresentationClock));
 }
コード例 #3
0
 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));
 }