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