Contents

CMMetadataFormatDescriptionCreateByMergingMetadataFormatDescriptions(allocator:sourceDescription:otherSourceDescription:formatDescriptionOut:)

Creates a metadata format description object by merging with another description.

Declaration

func CMMetadataFormatDescriptionCreateByMergingMetadataFormatDescriptions(allocator: CFAllocator?, sourceDescription: CMMetadataFormatDescription, otherSourceDescription: CMMetadataFormatDescription, formatDescriptionOut: UnsafeMutablePointer<CMMetadataFormatDescription?>) -> OSStatus

Parameters

  • allocator:

    Allocator to use for allocating the CMBlockBuffer object. May be NULL.

  • sourceDescription:

    The metadata format description to merge.

  • otherSourceDescription:

    Another metadata format description to merged

  • formatDescriptionOut:

    Returns newly created metadata CMFormatDescription.

See Also

Working with Metadata Descriptions