TextToSpeech.Engine.KeyParamStream 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 audio stream type to be used when speaking text or playing back a file.
[Android.Runtime.Register("KEY_PARAM_STREAM")]
public const string KeyParamStream;
[<Android.Runtime.Register("KEY_PARAM_STREAM")>]
val mutable KeyParamStream : string
Field Value
- Attributes
Remarks
Parameter key to specify the audio stream type to be used when speaking text or playing back a file. The value should be one of the STREAM_ constants defined in AudioManager
.
Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_STREAM
.
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.