| Package | com.aispeech.events |
| Class | public class RecorderEvent |
| Inheritance | RecorderEvent AIEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
RecorderEvent(type:String, message:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false) | RecorderEvent | ||
![]() | clone():Event [override] | AIEvent | |
| Constant | Defined By | ||
|---|---|---|---|
| EXCEPTION_NO_RECORD : String = recorder.exception.no.record [static]
event data: {recordId:String}
| RecorderEvent | ||
| RECORDID_GOT : String = recorder.recordID.got [static]
event data: {recordId:String}
| RecorderEvent | ||
| RECORD_STARTED : String = recorder.record.started [static]
event data {recordId:String}
| RecorderEvent | ||
| RECORD_STOPPED : String = recorder.record.stopped [static]
event data: {stopType:String, recordLength:int, recordId:String}
| RecorderEvent | ||
| REPLAY_STARTED : String = recorder.replay.started [static]
event data: {recordId:String}
| RecorderEvent | ||
| REPLAY_STOPPED : String = recorder.replay.stopped [static]
event data: {stopType:String}
| RecorderEvent | ||
| WAVE_SAMPLE_GOT : String = recorder.wave.sample.got [static]
event data: ByteArray
| RecorderEvent | ||
| RecorderEvent | () | Constructor |
public function RecorderEvent(type:String, message:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
message:String | |
data:* (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| EXCEPTION_NO_RECORD | Constant |
public static const EXCEPTION_NO_RECORD:String = recorder.exception.no.recordevent data: {recordId:String}
| RECORD_STARTED | Constant |
public static const RECORD_STARTED:String = recorder.record.startedevent data {recordId:String}
| RECORD_STOPPED | Constant |
public static const RECORD_STOPPED:String = recorder.record.stoppedevent data: {stopType:String, recordLength:int, recordId:String}
| RECORDID_GOT | Constant |
public static const RECORDID_GOT:String = recorder.recordID.gotevent data: {recordId:String}
| REPLAY_STARTED | Constant |
public static const REPLAY_STARTED:String = recorder.replay.startedevent data: {recordId:String}
| REPLAY_STOPPED | Constant |
public static const REPLAY_STOPPED:String = recorder.replay.stoppedevent data: {stopType:String}
| WAVE_SAMPLE_GOT | Constant |
public static const WAVE_SAMPLE_GOT:String = recorder.wave.sample.gotevent data: ByteArray