AudioEffect.Descriptor.Type Property

Definition

Indicates the generic type of the effect (Equalizer, Bass boost .

[Android.Runtime.Register("type")]
public Java.Util.UUID? Type { get; set; }
[<Android.Runtime.Register("type")>]
member this.Type : Java.Util.UUID with get, set

Property Value

Attributes

Remarks

Indicates the generic type of the effect (Equalizer, Bass boost ...). One of AudioEffect#EFFECT_TYPE_AEC, AudioEffect#EFFECT_TYPE_AGC, AudioEffect#EFFECT_TYPE_BASS_BOOST, AudioEffect#EFFECT_TYPE_ENV_REVERB, AudioEffect#EFFECT_TYPE_EQUALIZER, AudioEffect#EFFECT_TYPE_NS, AudioEffect#EFFECT_TYPE_PRESET_REVERBAudioEffect#EFFECT_TYPE_VIRTUALIZER, AudioEffect#EFFECT_TYPE_DYNAMICS_PROCESSING, or AudioEffect#EFFECT_TYPE_HAPTIC_GENERATOR.<br> For reverberation, bass boost, EQ and virtualizer, the UUID corresponds to the OpenSL ES Interface ID.

Java documentation for android.media.audiofx.AudioEffect.Descriptor.type.

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