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