Contents

CMSwapHostEndianImageDescriptionToBig(_:_:)

Converts an image description data structure from host-endian to big-endian, in place.

Declaration

func CMSwapHostEndianImageDescriptionToBig(_ imageDescriptionData: UnsafeMutablePointer<UInt8>, _ imageDescriptionSize: Int) -> OSStatus

Parameters

  • imageDescriptionData:

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

  • imageDescriptionSize:

    Size of ImageDescription data structure.

See Also

Working with Video Descriptions