Skip to main content

CMVideoFormatDescriptionCreateFromH264ParameterSets

Function CMVideoFormatDescriptionCreateFromH264ParameterSets 

Source
pub unsafe extern "C" fn CMVideoFormatDescriptionCreateFromH264ParameterSets(
    allocator: CFAllocatorRef,
    parameterSetCount: usize,
    parameterSetPointers: *const *const u8,
    parameterSetSizes: *const usize,
    NALUnitHeaderLength: c_int,
    formatDescriptionOut: *mut CMFormatDescriptionRef,
) -> OSStatus
Expand description

Apple SDK function CMVideoFormatDescriptionCreateFromH264ParameterSets.