Android.Speech.Tts.TextToSpeech.Engine.KeyParamPan Field
Parameter key to specify how the speech is panned from left to right when speaking text.
Syntax
[Android.Runtime.Register("KEY_PARAM_PAN")] public const stringKeyParamPan
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.