CMSwapBigEndianClosedCaptionDescriptionToHost(_:_:)
Converts a closed caption description structure from big-endian to host-endian, in place.
Declaration
func CMSwapBigEndianClosedCaptionDescriptionToHost(_ closedCaptionDescriptionData: UnsafeMutablePointer<UInt8>, _ closedCaptionDescriptionSize: Int) -> OSStatusParameters
- 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
CMClosedCaptionDescriptionFlavorCMClosedCaptionFormatDescriptionCopyAsBigEndianClosedCaptionDescriptionBlockBuffer(allocator:closedCaptionFormatDescription:flavor:blockBufferOut:)CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionBlockBuffer(allocator:bigEndianClosedCaptionDescriptionBlockBuffer:flavor:formatDescriptionOut:)CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData(allocator:bigEndianClosedCaptionDescriptionData:size:flavor:formatDescriptionOut:)CMSwapHostEndianClosedCaptionDescriptionToBig(_:_:)