The members of Android.Speech.Tts.ISynthesisCallback are listed below.
[read-only] | HasFinished | bool. Check if ISynthesisCallback.Done was called or not. |
[read-only] | HasStarted | bool. Check if ISynthesisCallback.Start(int, Android.Media.Encoding, Android.Media.Encoding) was called or not. |
[read-only] | MaxBufferSize | int. |
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. |