AudioEffect.Descriptor.ConnectMode Property

Definition

Indicates if the effect is of insert category #EFFECT_INSERT or auxiliary category #EFFECT_AUXILIARY.

[Android.Runtime.Register("connectMode")]
public string? ConnectMode { get; set; }
[<Android.Runtime.Register("connectMode")>]
member this.ConnectMode : string with get, set

Property Value

Attributes

Remarks

Indicates if the effect is of insert category #EFFECT_INSERT or auxiliary category #EFFECT_AUXILIARY. Insert effects (typically an Equalizer) are applied to the entire audio source and usually not shared by several sources. Auxiliary effects (typically a reverberator) are applied to part of the signal (wet) and the effect output is added to the original signal (dry). Audio pre processing are applied to audio captured on a particular android.media.AudioRecord.

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

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