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