Contents

kAudioFormatProperty_FormatName

A name for a given format. Set the inSpecifier parameter to an AudioStreamBasicDescription structure describing the format to ask about. The value is a CFStringRef object. The caller is responsible for releasing the returned string. For some formats, such as linear PCM, you get back a descriptive string, for example, “16-bit, interleaved.”

Declaration

var kAudioFormatProperty_FormatName: AudioFormatPropertyID { get }

See Also

Constants