Esempio n. 1
0
 public CMTime GetTime(CMTimeScale timeScale, CMTimeRoundingMethod roundingMethod)
 {
     return(CMTimebaseGetTimeWithTimeScale(Handle, timeScale, roundingMethod));
 }
Esempio n. 2
0
 static extern CMTime CMTimebaseGetTimeWithTimeScale(/* CMTimebaseRef */ IntPtr timebase, CMTimeScale timescale, CMTimeRoundingMethod method);
Esempio n. 3
0
 extern static CMTime CMTimebaseGetTimeWithTimeScale(/* CMTimebaseRef */ IntPtr timebase, CMTimeScale timescale, CMTimeRoundingMethod method);
Esempio n. 4
0
 public CMTime GetTime(CMTimeScale timeScale, CMTimeRoundingMethod roundingMethod)
 {
     return CMTimebaseGetTimeWithTimeScale (Handle, timeScale, roundingMethod);
 }