Contents

CMSwapBigEndianImageDescriptionToHost(_:_:)

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

Declaration

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

Parameters

  • imageDescriptionData:

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

  • imageDescriptionSize:

    Size of ImageDescription data structure.

See Also

Working with Video Descriptions