Share via


TextToSpeech.Engine.KeyParamStream Field

Definition

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.

Applies to