org.speakright.core.flows
Class RecordAudioFlow

java.lang.Object
  extended by org.speakright.core.FlowBase
      extended by org.speakright.core.flows.RecordAudioFlow
All Implemented Interfaces:
java.io.Serializable, IFlow

public class RecordAudioFlow
extends FlowBase

A flow object that records the caller's audio to an audio file, which is sent back to the application.

Author:
IanRaeLaptop
See Also:
Serialized Form

Constructor Summary
RecordAudioFlow()
           
RecordAudioFlow(java.lang.String text)
           
 
Method Summary
 IFlowRenderer createRenderer()
          Create the type-specific renderer
 
Methods inherited from class org.speakright.core.FlowBase
execute, executionCount, fixupGrammar, fixupPrompt, getFirst, getNext, getSubFlowAfter, log, logError, name, onBegin, onCatch, onComplete, onDisconnect, onEnd, onNoInput, onPlatformError, onTransferFailed, onValidateFailed, promptGroup, setExecutionCount, setName, setPromptGroup, shouldExecute, validateInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordAudioFlow

public RecordAudioFlow()

RecordAudioFlow

public RecordAudioFlow(java.lang.String text)
Method Detail

createRenderer

public IFlowRenderer createRenderer()
Create the type-specific renderer

Specified by:
createRenderer in interface IFlow
Overrides:
createRenderer in class FlowBase