TextToSpeech.Engine.KeyParamVolume Field
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.
Parameter key to specify the speech volume relative to the current stream type volume used when speaking text.
[Android.Runtime.Register("KEY_PARAM_VOLUME")]
public const string KeyParamVolume;
[<Android.Runtime.Register("KEY_PARAM_VOLUME")>]
val mutable KeyParamVolume : string
Field Value
- Attributes
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.