Contents

CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData(allocator:bigEndianClosedCaptionDescriptionData:size:flavor:formatDescriptionOut:)

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

Declaration

func CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData(allocator: CFAllocator?, bigEndianClosedCaptionDescriptionData closedCaptionDescriptionData: UnsafePointer<UInt8>, size: Int, flavor: CMClosedCaptionDescriptionFlavor?, formatDescriptionOut: UnsafeMutablePointer<CMClosedCaptionFormatDescription?>) -> OSStatus

Parameters

  • allocator:

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

  • closedCaptionDescriptionData:

    ClosedCaptionDescription data structure in big-endian byte ordering.

  • size:

    Size of ClosedCaptionDescription data structure.

  • flavor:

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

  • formatDescriptionOut:

    Receives new CMClosedCaptionFormatDescription.

See Also

Working with Closed Captioning Descriptions