コード例 #1
0
ファイル: CMSync.cs プロジェクト: seyi/xamarin-macios
 public CMTime GetTime(CMTimeScale timeScale, CMTimeRoundingMethod roundingMethod)
 {
     return(CMTimebaseGetTimeWithTimeScale(Handle, timeScale, roundingMethod));
 }
コード例 #2
0
 static extern CMTime CMTimebaseGetTimeWithTimeScale(/* CMTimebaseRef */ IntPtr timebase, CMTimeScale timescale, CMTimeRoundingMethod method);
コード例 #3
0
ファイル: CMSync.cs プロジェクト: seyi/xamarin-macios
 extern static CMTime CMTimebaseGetTimeWithTimeScale(/* CMTimebaseRef */ IntPtr timebase, CMTimeScale timescale, CMTimeRoundingMethod method);
コード例 #4
0
 public CMTime GetTime(CMTimeScale timeScale, CMTimeRoundingMethod roundingMethod)
 {
     return CMTimebaseGetTimeWithTimeScale (Handle, timeScale, roundingMethod);
 }