CMTimebaseGetMasterClock(_:)
Returns the immediate host clock of a timebase.
Declaration
func CMTimebaseGetMasterClock(_ timebase: CMTimebase) -> CMClock?Discussion
Returns NULL if the timebase actually has a host timebase instead of a host clock.
See Also
Deprecations
CMTimebaseSetRateAndAnchorTime(_:rate:anchorTime:immediateMasterTime:)CMTimebaseGetMasterTimebase(_:)CMTimebaseGetMaster(_:)CMTimebaseGetUltimateMasterClock(_:)CMTimebaseSetMasterClock(_:_:)CMTimebaseSetMasterTimebase(_:_:)CMTimebaseSetAnchorTime(_:timebaseTime:immediateMasterTime:)CMTimebaseCopyMaster(_:)CMTimebaseCopyMasterClock(_:)CMTimebaseCopyMasterTimebase(_:)CMTimebaseCopyUltimateMasterClock(_:)CMTimebaseCreateWithMasterClock(allocator:masterClock:timebaseOut:)CMTimebaseCreateWithMasterTimebase(allocator:masterTimebase:timebaseOut:)