This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
[Android.Runtime.Register("KEY_PARAM_VOLUME")]
public const string KeyParamVolume;
[<Android.Runtime.Register("KEY_PARAM_VOLUME")>]
val mutable KeyParamVolume : string

Field Value

Remarks

Parameter key to specify the speech volume relative to the current stream type volume used when speaking text. Volume is specified as a float ranging from 0 to 1 where 0 is silence, and 1 is the maximum volume (the default behavior).

Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_VOLUME .

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.