예제 #1
0
 public void GetTimeSource([MarshalAs(UnmanagedType.Interface), Out] out IMFPresentationTimeSource timeSource)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: Externs.cs 프로젝트: gitter-badger/GS
 public static extern void MFCreateSystemTimeSource(
     out IMFPresentationTimeSource ppSystemTimeSource
     );
예제 #3
0
 public void SetTimeSource([In, MarshalAs(UnmanagedType.Interface)] IMFPresentationTimeSource timeSource)
 {
     throw new NotImplementedException();
 }