ActionScript SDK for AISpeech API | All Packages | All Classes | Index | Frames | ![]() |
RecorderState | Constants | |
Package | com.aispeech.recorder |
Class | public class RecorderState |
Inheritance | RecorderState ![]() |
Constant | Defined 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 |
IDLE | Constant |
public static const IDLE:String = recorder.idle
NOTREADY | Constant |
public static const NOTREADY:String = recorder.not.ready
RECORDING | Constant |
public static const RECORDING:String = recorder.recording
REPLAYING | Constant |
public static const REPLAYING:String = recorder.replaying
WAITINGTOSTARTRECORDING | Constant |
public static const WAITINGTOSTARTRECORDING:String = recorder.waiting.to.start.recording