Contents

CMTimebaseCreateWithMasterTimebase(allocator:masterTimebase:timebaseOut:)

Creates a timebase by using a host timebase.

Declaration

func CMTimebaseCreateWithMasterTimebase(allocator: CFAllocator?, masterTimebase: CMTimebase, timebaseOut: UnsafeMutablePointer<CMTimebase?>) -> OSStatus

Discussion

The timebase will initially have rate zero and time zero.

See Also

Deprecations