Exemple #1
0
		public CMTime ConvertScale (int newScale, CMTimeRoundingMethod method)
		{
			return CMTimeConvertScale (this, newScale, method);
		}
Exemple #2
0
 public CMTime GetTime(CMTimeScale timeScale, CMTimeRoundingMethod roundingMethod)
 {
     return(CMTimebaseGetTimeWithTimeScale(Handle, timeScale, roundingMethod));
 }
Exemple #3
0
		extern static CMTime CMTimeConvertScale (CMTime time, int newScale, CMTimeRoundingMethod method);
Exemple #4
0
 public CMTime ConvertScale(int newScale, CMTimeRoundingMethod method)
 {
     return(CMTimeConvertScale(this, newScale, method));
 }
Exemple #5
0
 extern static CMTime CMTimebaseGetTimeWithTimeScale(/* CMTimebaseRef */ IntPtr timebase, CMTimeScale timescale, CMTimeRoundingMethod method);
Exemple #6
0
 extern static CMTime CMTimeConvertScale(CMTime time, /* int32_t */ int newScale, CMTimeRoundingMethod method);
Exemple #7
0
 static extern CMTime CMTimeConvertScale(CMTime time, /* int32_t */ int newScale, CMTimeRoundingMethod method);
Exemple #8
0
		public CMTime GetTime (CMTimeScale timeScale, CMTimeRoundingMethod roundingMethod)
		{
			return CMTimebaseGetTimeWithTimeScale (Handle, timeScale, roundingMethod);
		}
Exemple #9
0
		extern static CMTime CMTimebaseGetTimeWithTimeScale (IntPtr timebase, CMTimeScale timescale, CMTimeRoundingMethod method);
Exemple #10
0
 static extern CMTime CMTimebaseGetTimeWithTimeScale(/* CMTimebaseRef */ IntPtr timebase, CMTimeScale timescale, CMTimeRoundingMethod method);