|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.speech.freetts.VoiceDirectory
org.mobicents.media.server.impl.resource.mediaplayer.audio.tts.VoiceFactory
public abstract class VoiceFactory
Factory to get new instance of Voice that this Factory supports
| Constructor Summary | |
|---|---|
VoiceFactory()
|
|
| Method Summary | |
|---|---|
abstract com.sun.speech.freetts.Voice |
getVoice(java.lang.String voiceName)
|
| Methods inherited from class com.sun.speech.freetts.VoiceDirectory |
|---|
getVoices, main, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VoiceFactory()
| Method Detail |
|---|
public abstract com.sun.speech.freetts.Voice getVoice(java.lang.String voiceName)
voiceName - The Voice corresponding to this name will be created and returned if VoiceFactory supports this name,
null other wise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||