Android.Speech.Tts.ISynthesisCallback: Method Members

The methods of Android.Speech.Tts.ISynthesisCallback are listed below. For a list of all members, see the ISynthesisCallback Members list.

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.