Contents

CMSwapBigEndianSoundDescriptionToHost(_:_:)

Converts a sound description data structure from big-endian to host-endian, in place.

Declaration

func CMSwapBigEndianSoundDescriptionToHost(_ soundDescriptionData: UnsafeMutablePointer<UInt8>, _ soundDescriptionSize: Int) -> OSStatus

Parameters

  • soundDescriptionData:

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

  • soundDescriptionSize:

    The size of the SoundDescription data structure.

See Also

Working with Audio Descriptions