Packagecom.aispeech.events
Classpublic class MicrophoneDeviceEvent
InheritanceMicrophoneDeviceEvent Inheritance AIEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
 Inheriteddata : *
[read-only]
AIEvent
 Inheritedmessage : String
[read-only]
AIEvent
Public Methods
 MethodDefined By
  
MicrophoneDeviceEvent(type:String, message:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
MicrophoneDeviceEvent
 Inherited
clone():Event
[override]
AIEvent
Public Constants
 ConstantDefined By
  EXCEPTION_MIC_NOT_ALLOWED : String = microphone.device.exception.mic.not.allowed
[static]
MicrophoneDeviceEvent
  EXCEPTION_MIC_NOT_FOUND : String = microphone.device.exception.mic.not.found
[static]
MicrophoneDeviceEvent
  EXCEPTION_MMSCFG_SETTING : String = microphone.device.mmscfg.setting
[static]
MicrophoneDeviceEvent
  MIC_ALLOWED : String = microphone.device.mic.allowed
[static]
MicrophoneDeviceEvent
Constructor Detail
MicrophoneDeviceEvent()Constructor
public function MicrophoneDeviceEvent(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_MIC_NOT_ALLOWEDConstant
public static const EXCEPTION_MIC_NOT_ALLOWED:String = microphone.device.exception.mic.not.allowed

EXCEPTION_MIC_NOT_FOUNDConstant 
public static const EXCEPTION_MIC_NOT_FOUND:String = microphone.device.exception.mic.not.found

EXCEPTION_MMSCFG_SETTINGConstant 
public static const EXCEPTION_MMSCFG_SETTING:String = microphone.device.mmscfg.setting

MIC_ALLOWEDConstant 
public static const MIC_ALLOWED:String = microphone.device.mic.allowed