Uses of Class
org.jvoicexml.implementation.jsapi10.AudioOutput

Packages that use AudioOutput
org.jvoicexml.implementation.jsapi10 This package contains basic classes to support JSAPI 1.0 implementations for UserInput and SystemOutput
org.jvoicexml.implementation.jsapi10.speakstrategy This package contains SSMLSpeakStrategy implementations to support SSML with JSAPI 1.0. 
 

Uses of AudioOutput in org.jvoicexml.implementation.jsapi10
 

Methods in org.jvoicexml.implementation.jsapi10 with parameters of type AudioOutput
 void SSMLSpeakStrategy.speak(AudioOutput audioOutput, DocumentServer documentServer, SsmlNode node)
          Speaks the given node.
 

Uses of AudioOutput in org.jvoicexml.implementation.jsapi10.speakstrategy
 

Methods in org.jvoicexml.implementation.jsapi10.speakstrategy with parameters of type AudioOutput
 void TextSpeakStrategy.speak(AudioOutput audioOutput, DocumentServer documentServer, SsmlNode node)
          Speaks the given node.
 void SpeakSpeakStrategy.speak(AudioOutput audioOutput, DocumentServer documentServer, SsmlNode node)
          Speaks the given node.
 void MarkSpeakStrategy.speak(AudioOutput audioOutput, DocumentServer documentServer, SsmlNode node)
          Speaks the given node.
 



Copyright © 2005-2007 JVoiceXML group.