Share via


TextToSpeech.Engine.KeyParamSessionId Field

Definition

Parameter key to specify an audio session identifier (obtained from AudioManager#generateAudioSessionId()) that will be used by the request audio output.

[Android.Runtime.Register("KEY_PARAM_SESSION_ID")]
public const string KeyParamSessionId;
[<Android.Runtime.Register("KEY_PARAM_SESSION_ID")>]
val mutable KeyParamSessionId : string

Field Value

Attributes

Remarks

Parameter key to specify an audio session identifier (obtained from AudioManager#generateAudioSessionId()) that will be used by the request audio output. It can be used to associate one of the android.media.audiofx.AudioEffect objects with the synthesis (or earcon) output.

Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_SESSION_ID.

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