CMTimebaseCreateWithMasterClock

Function CMTimebaseCreateWithMasterClock 

Source
pub unsafe extern "C-unwind" fn CMTimebaseCreateWithMasterClock(
    allocator: Option<&CFAllocator>,
    master_clock: &CMClock,
    timebase_out: NonNull<*mut CMTimebase>,
) -> i32
👎Deprecated: renamed to CMTimebase::create_with_master_clock
Available on crate feature CMSync only.