CMTimebase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates an application-controlled timeline.
public class CMTimebase : CoreMedia.CMClockOrTimebase
type CMTimebase = class
inherit CMClockOrTimebase
- Inheritance
Constructors
CMTimebase(CMClock) | |
CMTimebase(CMTimebase) | |
CMTimebase(IntPtr) |
Fields
VeryLongTimeInterval |
Properties
EffectiveRate | |
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from CMClockOrTimebase) |
Rate | |
Time |
Methods
AddTimer(NSTimer, NSRunLoop) | |
CopyMaster() | |
CopyMasterClock() | |
CopyMasterTimebase() | |
CopyUltimateMasterClock() | |
Dispose() |
Releases the resources used by the CMClockOrTimebase object. (Inherited from CMClockOrTimebase) |
Dispose(Boolean) |
Releases the resources used by the CMClockOrTimebase object. (Inherited from CMClockOrTimebase) |
GetMaster() |
Developers should not use this deprecated method. Developers should use 'CopyMaster' instead. |
GetMasterClock() | |
GetMasterTimebase() | |
GetTime(CMTimeScale, CMTimeRoundingMethod) | |
GetTimeAndRate(CMTime, Double) | |
GetUltimateMasterClock() | |
NotificationBarrier() | |
RemoveTimer(NSTimer) | |
SetAnchorTime(CMTime, CMTime) | |
SetRateAndAnchorTime(Double, CMTime, CMTime) | |
SetTimerNextFireTime(NSTimer, CMTime) | |
SetTimerToFireImmediately(NSTimer) |