Contents

CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionData(allocator:bigEndianSoundDescriptionData:size:flavor:formatDescriptionOut:)

Creates an audio format description from a big-endian sound description data structure.

Declaration

func CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionData(allocator: CFAllocator?, bigEndianSoundDescriptionData soundDescriptionData: UnsafePointer<UInt8>, size: Int, flavor: CMSoundDescriptionFlavor?, formatDescriptionOut: UnsafeMutablePointer<CMAudioFormatDescription?>) -> OSStatus

Parameters

  • allocator:

    Allocator to use for allocating the CMAudioFormatDescription object. May be NULL.

  • soundDescriptionData:

    SoundDescription data structure in big-endian byte ordering.

  • size:

    Size of SoundDescription data structure.

  • flavor:

    kCMSoundDescriptionFlavor constant or NULL for QuickTimeMovie flavor.

  • formatDescriptionOut:

    Receives new CMAudioFormatDescription.

See Also

Working with Audio Descriptions