Package | com.aispeech.events |
Class | public class RecorderEvent |
Inheritance | RecorderEvent ![]() ![]() |
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.record
event data: {recordId:String}
RECORD_STARTED | Constant |
public static const RECORD_STARTED:String = recorder.record.started
event data {recordId:String}
RECORD_STOPPED | Constant |
public static const RECORD_STOPPED:String = recorder.record.stopped
event data: {stopType:String, recordLength:int, recordId:String}
RECORDID_GOT | Constant |
public static const RECORDID_GOT:String = recorder.recordID.got
event data: {recordId:String}
REPLAY_STARTED | Constant |
public static const REPLAY_STARTED:String = recorder.replay.started
event data: {recordId:String}
REPLAY_STOPPED | Constant |
public static const REPLAY_STOPPED:String = recorder.replay.stopped
event data: {stopType:String}
WAVE_SAMPLE_GOT | Constant |
public static const WAVE_SAMPLE_GOT:String = recorder.wave.sample.got
event data: ByteArray