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