TextToSpeech.Engine.KeyParamSessionId 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 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.