Android.Speech.Tts.ISynthesisCallback Members

The members of Android.Speech.Tts.ISynthesisCallback are listed below.

Public Properties

Public Methods

AudioAvailable(byte[], int, int) : OperationResult
The service should call this method when synthesized audio is ready for consumption.
Done() : OperationResult
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).
Error()
The service should call this method if the speech synthesis fails.
Error(TextToSpeechError)
The service should call this method if the speech synthesis fails.
Start(int, Android.Media.Encoding, int) : OperationResult
The service should call this when it starts to synthesize audio for this request.