Contents

CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionData(allocator:bigEndianMetadataDescriptionData:size:flavor:formatDescriptionOut:)

Creates a metadata format description from a big-endian metadata description structure.

Declaration

func CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionData(allocator: CFAllocator?, bigEndianMetadataDescriptionData metadataDescriptionData: UnsafePointer<UInt8>, size: Int, flavor: CMMetadataDescriptionFlavor?, formatDescriptionOut: UnsafeMutablePointer<CMMetadataFormatDescription?>) -> OSStatus

Parameters

  • allocator:

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

  • metadataDescriptionData:

    MetadataDescription data structure in big-endian byte ordering.

  • size:

    Size of MetadataDescription data structure.

  • flavor:

    Reserved for future use. Pass NULL for QuickTime Movie or ISO flavor.

  • formatDescriptionOut:

    Receives new CMMetadataFormatDescriptionRef.

See Also

Working with Metadata Descriptions