| Package | com.aispeech.events |
| Class | public class MicrophoneDeviceEvent |
| Inheritance | MicrophoneDeviceEvent AIEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
MicrophoneDeviceEvent(type:String, message:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false) | MicrophoneDeviceEvent | ||
![]() | clone():Event [override] | AIEvent | |
| Constant | Defined 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 | ||
| MicrophoneDeviceEvent | () | Constructor |
public function MicrophoneDeviceEvent(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_MIC_NOT_ALLOWED | Constant |
public static const EXCEPTION_MIC_NOT_ALLOWED:String = microphone.device.exception.mic.not.allowed| EXCEPTION_MIC_NOT_FOUND | Constant |
public static const EXCEPTION_MIC_NOT_FOUND:String = microphone.device.exception.mic.not.found| EXCEPTION_MMSCFG_SETTING | Constant |
public static const EXCEPTION_MMSCFG_SETTING:String = microphone.device.mmscfg.setting| MIC_ALLOWED | Constant |
public static const MIC_ALLOWED:String = microphone.device.mic.allowed