Function CMTimeCodeFormatDescriptionCreate

Source
pub unsafe extern "C" fn CMTimeCodeFormatDescriptionCreate(
    allocator: CFAllocatorRef,
    timeCodeFormatType: CMTimeCodeFormatType,
    frameDuration: CMTime,
    frameQuanta: u32,
    flags: u32,
    extensions: CFDictionaryRef,
    formatDescriptionOut: *mut CMTimeCodeFormatDescriptionRef,
) -> OSStatus