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