Android.Speech.Tts.ISynthesisCallback.Start Method
The service should call this when it starts to synthesize audio for this request.

Syntax

[Android.Runtime.Register("start", "(III)I", "GetStart_IIIHandler:Android.Speech.Tts.ISynthesisCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[return:Android.Runtime.GeneratedEnum]
public OperationResult Start (int sampleRateInHz, [Android.Runtime.GeneratedEnum] Android.Media.Encoding audioFormat, int channelCount)

Parameters

sampleRateInHz
Sample rate in HZ of the generated audio.
audioFormat
Audio format of the generated audio. Must be one of the ENCODING_ constants defined in Android.Media.AudioFormat.
channelCount
The number of channels. Must be 1 or 2.

Returns

Documentation for this section has not yet been entered.

Remarks

The service should call this when it starts to synthesize audio for this request. This method should only be called on the synthesis thread, while in TextToSpeechService.OnSynthesizeText(SynthesisRequest, Android.Speech.Tts.ISynthesisCallback).

[Android Documentation]

Requirements

Namespace: Android.Speech.Tts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14