Packagecom.aispeech.device
Classpublic class MicrophoneDeviceState
InheritanceMicrophoneDeviceState Inheritance Object

Three microphone device states Only UNMUTED is the normal state



Public Constants
 ConstantDefined By
  INIT : String = microphone.init
[static]
MicrophoneDeviceState
  MUTED : String = microphone.muted
[static]
MicrophoneDeviceState
  NOTAVAILABLE : String = microphone.not.available
[static]
MicrophoneDeviceState
  UNMUTED : String = microphone.unmuted
[static]
MicrophoneDeviceState
Constant Detail
INITConstant
public static const INIT:String = microphone.init

MUTEDConstant 
public static const MUTED:String = microphone.muted

NOTAVAILABLEConstant 
public static const NOTAVAILABLE:String = microphone.not.available

UNMUTEDConstant 
public static const UNMUTED:String = microphone.unmuted