Contents

CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionBlockBuffer(allocator:bigEndianSoundDescriptionBlockBuffer:flavor:formatDescriptionOut:)

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

Declaration

func CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionBlockBuffer(allocator: CFAllocator?, bigEndianSoundDescriptionBlockBuffer soundDescriptionBlockBuffer: CMBlockBuffer, flavor: CMSoundDescriptionFlavor?, formatDescriptionOut: UnsafeMutablePointer<CMAudioFormatDescription?>) -> OSStatus

Parameters

  • allocator:

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

  • soundDescriptionBlockBuffer:

    CMBlockBuffer containing SoundDescription data structure in big-endian byte ordering.

  • flavor:

    kCMSoundDescriptionFlavor constant or NULL for QuickTimeMovie flavor.

  • formatDescriptionOut:

    Receives new CMAudioFormatDescription.

See Also

Working with Audio Descriptions