ActionScript SDK for AISpeech APIAll Packages | All Classes | Index | Frames
RecorderState
 
Packagecom.aispeech.recorder
Classpublic class RecorderState
InheritanceRecorderState Inheritance Object

State enum for audio recorder



Public Constants
 ConstantDefined By
  IDLE : String = recorder.idle
[static]
RecorderState
  NOTREADY : String = recorder.not.ready
[static]
RecorderState
  RECORDING : String = recorder.recording
[static]
RecorderState
  REPLAYING : String = recorder.replaying
[static]
RecorderState
  WAITINGTOSTARTRECORDING : String = recorder.waiting.to.start.recording
[static]
RecorderState
Constant Detail
IDLEConstant
public static const IDLE:String = recorder.idle

NOTREADYConstant 
public static const NOTREADY:String = recorder.not.ready

RECORDINGConstant 
public static const RECORDING:String = recorder.recording

REPLAYINGConstant 
public static const REPLAYING:String = recorder.replaying

WAITINGTOSTARTRECORDINGConstant 
public static const WAITINGTOSTARTRECORDING:String = recorder.waiting.to.start.recording