AudioEffect.EffectTypeHapticGenerator Property

Definition

The following UUIDs define effect types corresponding to standard audio effects whose implementation and interface conform to the OpenSL ES specification.

[Android.Runtime.Register("EFFECT_TYPE_HAPTIC_GENERATOR", ApiSince=31)]
public static Java.Util.UUID EffectTypeHapticGenerator { get; }
[<Android.Runtime.Register("EFFECT_TYPE_HAPTIC_GENERATOR", ApiSince=31)>]
static member EffectTypeHapticGenerator : Java.Util.UUID

Property Value

Attributes

Remarks

The following UUIDs define effect types corresponding to standard audio effects whose implementation and interface conform to the OpenSL ES specification. The definitions match the corresponding interface IDs in OpenSLES_IID.h

Java documentation for android.media.audiofx.AudioEffect.EFFECT_TYPE_HAPTIC_GENERATOR.

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