AudioFileStream.FormatList Property

Definition

List of formats supported by the audio stream.

public AudioToolbox.AudioFormat[] FormatList { get; }
member this.FormatList : AudioToolbox.AudioFormat[]

Property Value

Remarks

Some formats (like AAC) that support multiple encodings will set this property to the available audio formats. You would typically use one of the returned AudioStreamBasicDescription descriptions to create an AudioQueue.

This updates the LastError property.

Applies to