Virtualizer.RoundedStrength 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.
Gets the current strength of the effect.
public virtual short RoundedStrength { [Android.Runtime.Register("getRoundedStrength", "()S", "GetGetRoundedStrengthHandler")] get; }
[<get: Android.Runtime.Register("getRoundedStrength", "()S", "GetGetRoundedStrengthHandler")>]
member this.RoundedStrength : int16
Property Value
the strength of the effect. The valid range for strength is [0, 1000], where 0 per mille designates the mildest effect and 1000 per mille the strongest
- Attributes
Exceptions
Remarks
Gets the current strength of the effect.
Java documentation for android.media.audiofx.Virtualizer.getRoundedStrength()
.
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.