Contents

CMSwapHostEndianClosedCaptionDescriptionToBig(_:_:)

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

Declaration

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

Parameters

  • closedCaptionDescriptionData:

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

  • closedCaptionDescriptionSize:

    Size of ClosedCaptionDescription data structure.

See Also

Working with Closed Captioning Descriptions