The methods of Android.Speech.Tts.ISynthesisCallback are listed below. For a list of all members, see the ISynthesisCallback Members list.
AudioAvailable(byte[], int, int)The service should call this method when synthesized audio is ready for consumption. | ||
Done()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)The service should call this when it starts to synthesize audio for this request. |