Packagecom.aispeech.events
Classpublic class RecorderEvent
InheritanceRecorderEvent Inheritance AIEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
 Inheriteddata : *
[read-only]
AIEvent
 Inheritedmessage : String
[read-only]
AIEvent
Public Methods
 MethodDefined By
  
RecorderEvent(type:String, message:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
RecorderEvent
 Inherited
clone():Event
[override]
AIEvent
Public Constants
 ConstantDefined 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
Constructor Detail
RecorderEvent()Constructor
public function RecorderEvent(type:String, message:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
message:String
 
data:* (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
EXCEPTION_NO_RECORDConstant
public static const EXCEPTION_NO_RECORD:String = recorder.exception.no.record

event data: {recordId:String}

RECORD_STARTEDConstant 
public static const RECORD_STARTED:String = recorder.record.started

event data {recordId:String}

RECORD_STOPPEDConstant 
public static const RECORD_STOPPED:String = recorder.record.stopped

event data: {stopType:String, recordLength:int, recordId:String}

RECORDID_GOTConstant 
public static const RECORDID_GOT:String = recorder.recordID.got

event data: {recordId:String}

REPLAY_STARTEDConstant 
public static const REPLAY_STARTED:String = recorder.replay.started

event data: {recordId:String}

REPLAY_STOPPEDConstant 
public static const REPLAY_STOPPED:String = recorder.replay.stopped

event data: {stopType:String}

WAVE_SAMPLE_GOTConstant 
public static const WAVE_SAMPLE_GOT:String = recorder.wave.sample.got

event data: ByteArray