CMMetadataFormatDescriptionCreateWithMetadataFormatDescriptionAndMetadataSpecifications

Function CMMetadataFormatDescriptionCreateWithMetadataFormatDescriptionAndMetadataSpecifications 

Source
pub unsafe extern "C-unwind" fn CMMetadataFormatDescriptionCreateWithMetadataFormatDescriptionAndMetadataSpecifications(
    allocator: Option<&CFAllocator>,
    source_description: &CMMetadataFormatDescription,
    metadata_specifications: &CFArray,
    format_description_out: NonNull<*const CMMetadataFormatDescription>,
) -> i32
Available on crate feature CMFormatDescription only.
Expand description

ยงSafety

  • metadata_specifications generic must be of the correct type.
  • format_description_out must be a valid pointer.