AudioSettings.AudioQuality Property

Definition

Represents sample rate conversion quality settings.

public Nullable<AVFoundation.AVAudioQuality> AudioQuality { get; set; }
member this.AudioQuality : Nullable<AVFoundation.AVAudioQuality> with get, set

Property Value

Remarks

The property uses constant AVEncoderAudioQualityKey value to access the underlying dictionary.

Applies to