Packagecom.aispeech.log
Classpublic class MicrophoneDeviceLog
InheritanceMicrophoneDeviceLog Inheritance ASSDKLogBase Inheritance Object

Instance log when microphone device status changed Information loged included:
         Default log of ASSDKLogBase
         logType = ASSDKLogType.INSTANCE_LOG
         logEvent = ASSDKLogEvent.MICROPHONEDEVICE_STATUS
         microphoneStatus
      tsMicrophoneStatus
     avHardwareDisable = [true|false]
     



Public Properties
 PropertyDefined By
  avHardwareDisable : String
[write-only]
MicrophoneDeviceLog
 InheritedLOG_SERVICE_URL : String = http://log.aispeech.com/sdk-monitor/sdklog
[static]
ASSDKLogBase
  microphoneStatus : String
[write-only]
MicrophoneDeviceLog
  tsMicrophoneStatus : String
[write-only]
MicrophoneDeviceLog
Protected Properties
 PropertyDefined By
 Inherited_logObject : Object
ASSDKLogBase
Public Methods
 MethodDefined By
  
MicrophoneDeviceLog
 Inherited
getTimeStamp():String
[static]
ASSDKLogBase
 Inherited
send():void
ASSDKLogBase
 Inherited
toString():String
ASSDKLogBase
Protected Methods
 MethodDefined By
 Inherited
addLog(name:String, value:String):void
ASSDKLogBase
 Inherited
getLog(name:String):String
ASSDKLogBase
 Inherited
hasLog(name:String):Boolean
ASSDKLogBase
Property Detail
avHardwareDisableproperty
avHardwareDisable:String  [write-only]


Implementation
    public function set avHardwareDisable(value:String):void
microphoneStatusproperty 
microphoneStatus:String  [write-only]


Implementation
    public function set microphoneStatus(value:String):void
tsMicrophoneStatusproperty 
tsMicrophoneStatus:String  [write-only]


Implementation
    public function set tsMicrophoneStatus(value:String):void
Constructor Detail
MicrophoneDeviceLog()Constructor
public function MicrophoneDeviceLog()