-
Methods in org.robovm.apple.avfoundation with parameters of type AVSpeechSynthesizer
| Modifier and Type |
Method |
Description |
void |
AVSpeechSynthesizerDelegate.didCancelSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegateAdapter.didCancelSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegate.didContinueSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegateAdapter.didContinueSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegate.didFinishSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegateAdapter.didFinishSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegate.didPauseSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegateAdapter.didPauseSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegate.didStartSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegateAdapter.didStartSpeechUtterance(AVSpeechSynthesizer synthesizer,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegate.willSpeak(AVSpeechSynthesizer synthesizer,
NSRange characterRange,
AVSpeechUtterance utterance) |
|
void |
AVSpeechSynthesizerDelegateAdapter.willSpeak(AVSpeechSynthesizer synthesizer,
NSRange characterRange,
AVSpeechUtterance utterance) |
|