Contents

CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionBlockBuffer(allocator:bigEndianClosedCaptionDescriptionBlockBuffer:flavor:formatDescriptionOut:)

Creates a closed caption format description from a big-endian closed caption description structure in a buffer.

Declaration

func CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionBlockBuffer(allocator: CFAllocator?, bigEndianClosedCaptionDescriptionBlockBuffer closedCaptionDescriptionBlockBuffer: CMBlockBuffer, flavor: CMClosedCaptionDescriptionFlavor?, formatDescriptionOut: UnsafeMutablePointer<CMClosedCaptionFormatDescription?>) -> OSStatus

Parameters

  • allocator:

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

  • closedCaptionDescriptionBlockBuffer:

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

  • flavor:

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

  • formatDescriptionOut:

    Receives new CMClosedCaptionFormatDescription.

See Also

Working with Closed Captioning Descriptions