AudioEffect.Id Property

Definition

Returns effect unique identifier.

public virtual int Id { [Android.Runtime.Register("getId", "()I", "GetGetIdHandler")] get; }
[<get: Android.Runtime.Register("getId", "()I", "GetGetIdHandler")>]
member this.Id : int

Property Value

the effect identifier.

Attributes

Exceptions

Remarks

Returns effect unique identifier. This system wide unique identifier can be used to attach this effect to a MediaPlayer or an AudioTrack when the effect is an auxiliary effect (Reverb)

Java documentation for android.media.audiofx.AudioEffect.getId().

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