Skip to main content

CMVideoFormatDescriptionCreate

Function CMVideoFormatDescriptionCreate 

Source
pub unsafe extern "C" fn CMVideoFormatDescriptionCreate(
    allocator: CFAllocatorRef,
    codecType: CMVideoCodecType,
    width: i32,
    height: i32,
    extensions: CFDictionaryRef,
    formatDescriptionOut: *mut CMVideoFormatDescriptionRef,
) -> OSStatus
Expand description

Apple SDK function CMVideoFormatDescriptionCreate.