CMTimebaseCreateWithMasterTimebase(allocator:masterTimebase:timebaseOut:)
Creates a timebase by using a host timebase.
Declaration
func CMTimebaseCreateWithMasterTimebase(allocator: CFAllocator?, masterTimebase: CMTimebase, timebaseOut: UnsafeMutablePointer<CMTimebase?>) -> OSStatusDiscussion
The timebase will initially have rate zero and time zero.
See Also
Deprecations
CMTimebaseSetRateAndAnchorTime(_:rate:anchorTime:immediateMasterTime:)CMTimebaseGetMasterTimebase(_:)CMTimebaseGetMasterClock(_:)CMTimebaseGetMaster(_:)CMTimebaseGetUltimateMasterClock(_:)CMTimebaseSetMasterClock(_:_:)CMTimebaseSetMasterTimebase(_:_:)CMTimebaseSetAnchorTime(_:timebaseTime:immediateMasterTime:)CMTimebaseCopyMaster(_:)CMTimebaseCopyMasterClock(_:)CMTimebaseCopyMasterTimebase(_:)CMTimebaseCopyUltimateMasterClock(_:)CMTimebaseCreateWithMasterClock(allocator:masterClock:timebaseOut:)