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