BassBoost.StrengthSupported Property

Definition

Indicates whether setting strength is supported.

public virtual bool StrengthSupported { [Android.Runtime.Register("getStrengthSupported", "()Z", "GetGetStrengthSupportedHandler")] get; }
[<get: Android.Runtime.Register("getStrengthSupported", "()Z", "GetGetStrengthSupportedHandler")>]
member this.StrengthSupported : bool

Property Value

true is strength parameter is supported, false otherwise

Attributes

Remarks

Indicates whether setting strength is supported. If this method returns false, only one strength is supported and the setStrength() method always rounds to that value.

Java documentation for android.media.audiofx.BassBoost.getStrengthSupported().

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