TextToSpeech.Engine.KeyParamPan 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 how the speech is panned from left to right when speaking text.
[Android.Runtime.Register("KEY_PARAM_PAN")]
public const string KeyParamPan;
[<Android.Runtime.Register("KEY_PARAM_PAN")>]
val mutable KeyParamPan : string
Field Value
- Attributes
Remarks
Parameter key to specify how the speech is panned from left to right when speaking text. Pan is specified as a float ranging from -1 to +1 where -1 maps to a hard-left pan, 0 to center (the default behavior), and +1 to hard-right.
Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_PAN
.
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.