Android.Speech.Tts.ISynthesisCallback.Done Method
The service should call this method when all the synthesized audio for a request has been passed to ISynthesisCallback.AudioAvailable(Byte[], System.Int32, System.Int32).

Syntax

[Android.Runtime.Register("done", "()I", "GetDoneHandler:Android.Speech.Tts.ISynthesisCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[return:Android.Runtime.GeneratedEnum]
public OperationResult Done ()

Returns

Documentation for this section has not yet been entered.

Remarks

The service should call this method when all the synthesized audio for a request has been passed to ISynthesisCallback.AudioAvailable(Byte[], System.Int32, System.Int32). This method should only be called on the synthesis thread, while in TextToSpeechService.OnSynthesizeText(SynthesisRequest, Android.Speech.Tts.ISynthesisCallback). This method has to be called if ISynthesisCallback.Start(int, Android.Media.Encoding, Android.Media.Encoding) and/or ISynthesisCallback.Error was called.

[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