Virtualizer.ParamStrengthSupported Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.Audiofx.VirtualizerParam enum directly instead of this field.

Is strength parameter supported by virtualizer engine.

[Android.Runtime.Register("PARAM_STRENGTH_SUPPORTED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.VirtualizerParam enum directly instead of this field.", true)]
public const Android.Media.Audiofx.VirtualizerParam ParamStrengthSupported = 0;
[<Android.Runtime.Register("PARAM_STRENGTH_SUPPORTED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.VirtualizerParam enum directly instead of this field.", true)>]
val mutable ParamStrengthSupported : Android.Media.Audiofx.VirtualizerParam

Field Value

Value = 0
Attributes

Remarks

Is strength parameter supported by virtualizer engine. Parameter ID for getParameter().

Java documentation for android.media.audiofx.Virtualizer.PARAM_STRENGTH_SUPPORTED.

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