Contents

CMSwapBigEndianClosedCaptionDescriptionToHost(_:_:)

Converts a closed caption description structure from big-endian to host-endian, in place.

Declaration

func CMSwapBigEndianClosedCaptionDescriptionToHost(_ closedCaptionDescriptionData: UnsafeMutablePointer<UInt8>, _ closedCaptionDescriptionSize: Int) -> OSStatus

Parameters

  • closedCaptionDescriptionData:

    ClosedCaptionDescription data structure in big-endian byte ordering to be converted to host-endian byte ordering.

  • closedCaptionDescriptionSize:

    Size of ClosedCaptionDescription data structure.

See Also

Working with Closed Captioning Descriptions