org.speakright.core.render
Class RecordAudio

java.lang.Object
  extended by org.speakright.core.render.FormElement
      extended by org.speakright.core.render.RecordAudio

public class RecordAudio
extends FormElement

Records audio to a file.

Author:
IanRaeLaptop

Constructor Summary
RecordAudio(boolean beep, int maxTime, int finalSilence)
           
 
Method Summary
 boolean getBeep()
          used by ST
 java.lang.String getFinalSilence()
           
 java.lang.String getMaxTime()
           
 
Methods inherited from class org.speakright.core.render.FormElement
renderGrammars, renderPrompts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordAudio

public RecordAudio(boolean beep,
                   int maxTime,
                   int finalSilence)
Method Detail

getBeep

public boolean getBeep()
used by ST

Returns:

getMaxTime

public java.lang.String getMaxTime()

getFinalSilence

public java.lang.String getFinalSilence()