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