Share via


AudioRecordingConfiguration.ClientEffects Property

Definition

Returns the list of AudioEffect.Descriptor for all effects currently enabled on the audio capture client (e.

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

Property Value

List of AudioEffect.Descriptor containing all effects enabled for the client.

Attributes

Remarks

Returns the list of AudioEffect.Descriptor for all effects currently enabled on the audio capture client (e.g. AudioRecord or MediaRecorder).

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

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