AudioRecordingConfiguration.Effects Property

Definition

Returns the list of AudioEffect.Descriptor for all effects currently enabled on the capture stream.

public System.Collections.Generic.IList<Android.Media.Audiofx.AudioEffect.Descriptor> Effects { [Android.Runtime.Register("getEffects", "()Ljava/util/List;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getEffects", "()Ljava/util/List;", "", ApiSince=29)>]
member this.Effects : System.Collections.Generic.IList<Android.Media.Audiofx.AudioEffect.Descriptor>

Property Value

List of AudioEffect.Descriptor containing all effects enabled on the capture stream. This can be different from the list returned by #getClientEffects() if another capture is active.

Attributes

Remarks

Returns the list of AudioEffect.Descriptor for all effects currently enabled on the capture stream.

Java documentation for android.media.AudioRecordingConfiguration.getEffects().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to