Uses of Class
org.robovm.apple.avfoundation.AVSpeechBoundary
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVSpeechBoundary in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVSpeechBoundary Modifier and Type Method Description static AVSpeechBoundaryAVSpeechBoundary. valueOf(long n)Returns the enum constant of this type with the specified name.static AVSpeechBoundaryAVSpeechBoundary. valueOf(String name)Returns the enum constant of this type with the specified name.static AVSpeechBoundary[]AVSpeechBoundary. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.avfoundation with parameters of type AVSpeechBoundary Modifier and Type Method Description booleanAVSpeechSynthesizer. pauseSpeaking(AVSpeechBoundary boundary)booleanAVSpeechSynthesizer. stopSpeaking(AVSpeechBoundary boundary)