Esempio n. 1
0
 public void GetTimeSource([MarshalAs(UnmanagedType.Interface), Out] out IMFPresentationTimeSource timeSource)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public static extern void MFCreateSystemTimeSource(
     out IMFPresentationTimeSource ppSystemTimeSource
     );
Esempio n. 3
0
 public void SetTimeSource([In, MarshalAs(UnmanagedType.Interface)] IMFPresentationTimeSource timeSource)
 {
     throw new NotImplementedException();
 }