CMTimebaseCreateWithMasterTimebase

Function CMTimebaseCreateWithMasterTimebase 

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