public CMTime GetTime(CMTimeScale timeScale, CMTimeRoundingMethod roundingMethod) { return(CMTimebaseGetTimeWithTimeScale(Handle, timeScale, roundingMethod)); }
public CMTime GetTime (CMTimeScale timeScale, CMTimeRoundingMethod roundingMethod) { return CMTimebaseGetTimeWithTimeScale (Handle, timeScale, roundingMethod); }
extern static CMTime CMTimebaseGetTimeWithTimeScale(IntPtr timebase, CMTimeScale timescale, CMTimeRoundingMethod method);
extern static CMTime CMTimebaseGetTimeWithTimeScale (IntPtr timebase, CMTimeScale timescale, CMTimeRoundingMethod method);