Contents

CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionBlockBuffer(allocator:bigEndianTimeCodeDescriptionBlockBuffer:flavor:formatDescriptionOut:)

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

Declaration

func CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionBlockBuffer(allocator: CFAllocator?, bigEndianTimeCodeDescriptionBlockBuffer timeCodeDescriptionBlockBuffer: CMBlockBuffer, flavor: CMTimeCodeDescriptionFlavor?, formatDescriptionOut: UnsafeMutablePointer<CMTimeCodeFormatDescription?>) -> OSStatus

Parameters

  • allocator:

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

  • timeCodeDescriptionBlockBuffer:

    CMBlockBuffer containing TimeCodeDescription data structure in big-endian byte ordering.

  • flavor:

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

  • formatDescriptionOut:

    Receives new CMTimeCodeFormatDescription.

See Also

Working with Time Code Descriptions