CMTimebaseCreateWithSourceClock(allocator:sourceClock:timebaseOut:)
Creates a timebase by using a source clock.
Declaration
func CMTimebaseCreateWithSourceClock(allocator: CFAllocator?, sourceClock: CMClock, timebaseOut: UnsafeMutablePointer<CMTimebase?>) -> OSStatusParameters
- allocator:
The allocator to use for creating the timebase.
- sourceClock:
The source clock.
- timebaseOut:
Receives the timebase the function creates.