Virtualizer.StrengthSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Virtualizer.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.