Contents

CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData(allocator:bigEndianTimeCodeDescriptionData:size:flavor:formatDescriptionOut:)

Creates a time code format description from a big-endian time code description structure.

Declaration

func CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData(allocator: CFAllocator?, bigEndianTimeCodeDescriptionData timeCodeDescriptionData: UnsafePointer<UInt8>, size: Int, flavor: CMTimeCodeDescriptionFlavor?, formatDescriptionOut: UnsafeMutablePointer<CMTimeCodeFormatDescription?>) -> OSStatus

Parameters

  • allocator:

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

  • timeCodeDescriptionData:

    TimeCodeDescription data structure in big-endian byte ordering.

  • size:

    Size of TimeCodeDescription data structure.

  • flavor:

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

  • formatDescriptionOut:

    Receives new CMTimeCodeFormatDescription.

See Also

Working with Time Code Descriptions