AudioRecordingConfiguration.ClientEffects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.