| Package | com.aispeech.events |
| Class | public class StatusCode |
| Inheritance | StatusCode Object |
| Method | Defined By | ||
|---|---|---|---|
addStatus(statusCode:String, message:String):uint [static]
Add a pair of status code and messsage(optional)
| StatusCode | ||
clear():void [static]
clear _statusArray
| StatusCode | ||
toString():String [static]
_statusArray.toString
| StatusCode | ||
| Constant | Defined By | ||
|---|---|---|---|
| ASPING_DETECT_STATUS : String = 50108 [static] | StatusCode | ||
| AUTH_FAILED : String = 50107 [static] | StatusCode | ||
| CANNOT_BE_BUFFERING : String = status.invalid:buffering [static] | StatusCode | ||
| CANNOT_BE_IDLE : String = status.invalid:idle [static] | StatusCode | ||
| CANNOT_BE_INIT : String = status.invalid:init [static] | StatusCode | ||
| CANNOT_BE_LOADED : String = status.invalid:loaded [static] | StatusCode | ||
| CANNOT_BE_LOADING : String = status.invalid:loading [static] | StatusCode | ||
| CANNOT_BE_NOT_READY : String = status.invalid:not_ready [static] | StatusCode | ||
| CANNOT_BE_PAUSE : String = status.invalid:pause [static] | StatusCode | ||
| CANNOT_BE_PLAYING : String = status.invalid:playing [static] | StatusCode | ||
| CANNOT_BE_RECORDING : String = status.invalid:recording [static] | StatusCode | ||
| CANNOT_BE_REPLAYING : String = status.invalid:replaying [static] | StatusCode | ||
| CANNOT_BE_TORECORD : String = status.invalid:torecord [static] | StatusCode | ||
| CORE_REQUEST_ERROR : String = 50202 [static] | StatusCode | ||
| CORE_REQUEST_GETTED : String = 50200 [static] | StatusCode | ||
| CORE_REQUEST_TIMEOUT : String = 50201 [static] | StatusCode | ||
| DEPENDENCY_READY : String = 50500 [static] | StatusCode | ||
| ERROR_ADJUSTVOLUME_PARAMETER_ERROR : String = 50452 [static] | StatusCode | ||
| ERROR_LOADAUDIO_PARAMETER_ERROR : String = 50451 [static] | StatusCode | ||
| ERROR_PLAYER_FLASHVARS_ERROR : String = 50453 [static] | StatusCode | ||
| ERROR_PLAYER_STATE_ERROR : String = 50454 [static] | StatusCode | ||
| ERROR_RECORDER_FLASHVARS_PARAMETER_ERROR : String = 50350 [static] | StatusCode | ||
| ERROR_STARTPLAY_PARAMETER_ERROR : String = 50450 [static] | StatusCode | ||
| ERROR_STARTRECORD_PARAMETER_ERROR : String = 50351 [static] | StatusCode | ||
| ERROR_STARTREPLAY_PARAMETER_ERROR : String = 50352 [static] | StatusCode | ||
| EXCEPTION_AUTH_PARAMETER_MISSING : String = 50011 [static] | StatusCode | ||
| EXCEPTION_CONNECTION_NOT_READY : String = 50110 [static] | StatusCode | ||
| EXCEPTION_FACTORY_MAXIUM_RECONNECT : String = 50502 [static] | StatusCode | ||
| EXCEPTION_FACTORY_TIMEOUT : String = 50501 [static] | StatusCode | ||
| EXCEPTION_FMS_DISCONNECTED : String = 50106 [static] | StatusCode | ||
| EXCEPTION_LOCALWAVE_NOT_READY : String = 50415 [static] | StatusCode | ||
| EXCEPTION_MIC_NOT_AVAILABLE : String = 50003 [static] | StatusCode | ||
| EXCEPTION_MMSCFG_SETTING : String = 50007 [static] | StatusCode | ||
| EXCEPTION_NEVER_RECORD : String = 50353 [static] | StatusCode | ||
| EXCEPTION_NO_RECORD : String = 50354 [static] | StatusCode | ||
| EXCEPTION_PARAMETER_ERROR : String = 50005 [static] | StatusCode | ||
| EXCEPTION_RECORDERLIB_ERROR : String = 50006 [static] | StatusCode | ||
| EXCEPTION_RECORDER_STATE_ERROR : String = 50353 [static] | StatusCode | ||
| FLASH_LOAD_COMPLETE : String = 50000 [static] | StatusCode | ||
| FMS_CONNECT_CLOSED : String = 50103 [static] | StatusCode | ||
| FMS_CONNECT_FAILED : String = 50101 [static] | StatusCode | ||
| FMS_CONNECT_NET_CHANGE : String = 50105 [static] | StatusCode | ||
| FMS_CONNECT_REJECTED : String = 50102 [static] | StatusCode | ||
| FMS_CONNECT_START : String = 50109 [static] | StatusCode | ||
| FMS_CONNECT_SUCCESSFUL : String = 50100 [static] | StatusCode | ||
| FMS_CONNECT_TIMEOUT : String = 50104 [static] | StatusCode | ||
| FUNCTION_EXECUTE_SUCCESSFUL : String = 50004 [static] | StatusCode | ||
| MIC_MUTED : String = 50002 [static] | StatusCode | ||
| MIC_PANEL_CLOSED : String = 50008 [static] | StatusCode | ||
| MIC_UNMUTED : String = 50001 [static] | StatusCode | ||
| PLAY_BUFFERING : String = 50403 [static] | StatusCode | ||
| PLAY_CONTINUE : String = 50404 [static] | StatusCode | ||
| PLAYER_AUDIO_LOAD_COMPLETED : String = 50400 [static] | StatusCode | ||
| PLAYER_AUDIO_LOAD_FAILED : String = 50412 [static] | StatusCode | ||
| PLAYER_FILE_NOT_LOADED : String = 50413 [static] | StatusCode | ||
| PLAYER_SERVER_CONNECT_START : String = 50414 [static] | StatusCode | ||
| PLAY_FILE_NOT_FOUND : String = 50409 [static] | StatusCode | ||
| PLAY_NETSTREAM_INSUFFICIENT_BW : String = 50411 [static] | StatusCode | ||
| PLAY_PAUSE : String = 50405 [static] | StatusCode | ||
| PLAY_RESUME : String = 50406 [static] | StatusCode | ||
| PLAY_SEEK_FAILED : String = 50408 [static] | StatusCode | ||
| PLAY_SEEK_SUCCESSFUL : String = 50407 [static] | StatusCode | ||
| PLAY_SERVER_ERROR : String = 50410 [static] | StatusCode | ||
| PLAY_START : String = 50401 [static] | StatusCode | ||
| PLAY_STOP : String = 50402 [static] | StatusCode | ||
| RECORDID_GETTED : String = 50304 [static] | StatusCode | ||
| RECORD_MICROPHONE_GAN_CHANGED : String = 50306 [static] | StatusCode | ||
| RECORD_NOT_STARTED : String = 50305 [static] | StatusCode | ||
| RECORD_START : String = 50301 [static] | StatusCode | ||
| RECORD_STOP : String = 50300 [static] | StatusCode | ||
| REPLAY_START : String = 50303 [static] | StatusCode | ||
| REPLAY_STOP : String = 50302 [static] | StatusCode | ||
| addStatus | () | method |
public static function addStatus(statusCode:String, message:String):uintAdd a pair of status code and messsage(optional)
Parameters
statusCode:String | |
message:String |
uint — length of _statusArray
|
| clear | () | method |
public static function clear():voidclear _statusArray
| toString | () | method |
public static function toString():String_statusArray.toString
ReturnsString — "[{statusCode:stc1, message:msg1}, {statusCode:stc2, message:msg2}]"
|
| ASPING_DETECT_STATUS | Constant |
public static const ASPING_DETECT_STATUS:String = 50108| AUTH_FAILED | Constant |
public static const AUTH_FAILED:String = 50107| CANNOT_BE_BUFFERING | Constant |
public static const CANNOT_BE_BUFFERING:String = status.invalid:buffering| CANNOT_BE_IDLE | Constant |
public static const CANNOT_BE_IDLE:String = status.invalid:idle| CANNOT_BE_INIT | Constant |
public static const CANNOT_BE_INIT:String = status.invalid:init| CANNOT_BE_LOADED | Constant |
public static const CANNOT_BE_LOADED:String = status.invalid:loaded| CANNOT_BE_LOADING | Constant |
public static const CANNOT_BE_LOADING:String = status.invalid:loading| CANNOT_BE_NOT_READY | Constant |
public static const CANNOT_BE_NOT_READY:String = status.invalid:not_ready| CANNOT_BE_PAUSE | Constant |
public static const CANNOT_BE_PAUSE:String = status.invalid:pause| CANNOT_BE_PLAYING | Constant |
public static const CANNOT_BE_PLAYING:String = status.invalid:playing| CANNOT_BE_RECORDING | Constant |
public static const CANNOT_BE_RECORDING:String = status.invalid:recording| CANNOT_BE_REPLAYING | Constant |
public static const CANNOT_BE_REPLAYING:String = status.invalid:replaying| CANNOT_BE_TORECORD | Constant |
public static const CANNOT_BE_TORECORD:String = status.invalid:torecord| CORE_REQUEST_ERROR | Constant |
public static const CORE_REQUEST_ERROR:String = 50202| CORE_REQUEST_GETTED | Constant |
public static const CORE_REQUEST_GETTED:String = 50200| CORE_REQUEST_TIMEOUT | Constant |
public static const CORE_REQUEST_TIMEOUT:String = 50201| DEPENDENCY_READY | Constant |
public static const DEPENDENCY_READY:String = 50500| ERROR_ADJUSTVOLUME_PARAMETER_ERROR | Constant |
public static const ERROR_ADJUSTVOLUME_PARAMETER_ERROR:String = 50452| ERROR_LOADAUDIO_PARAMETER_ERROR | Constant |
public static const ERROR_LOADAUDIO_PARAMETER_ERROR:String = 50451| ERROR_PLAYER_FLASHVARS_ERROR | Constant |
public static const ERROR_PLAYER_FLASHVARS_ERROR:String = 50453| ERROR_PLAYER_STATE_ERROR | Constant |
public static const ERROR_PLAYER_STATE_ERROR:String = 50454| ERROR_RECORDER_FLASHVARS_PARAMETER_ERROR | Constant |
public static const ERROR_RECORDER_FLASHVARS_PARAMETER_ERROR:String = 50350| ERROR_STARTPLAY_PARAMETER_ERROR | Constant |
public static const ERROR_STARTPLAY_PARAMETER_ERROR:String = 50450| ERROR_STARTRECORD_PARAMETER_ERROR | Constant |
public static const ERROR_STARTRECORD_PARAMETER_ERROR:String = 50351| ERROR_STARTREPLAY_PARAMETER_ERROR | Constant |
public static const ERROR_STARTREPLAY_PARAMETER_ERROR:String = 50352| EXCEPTION_AUTH_PARAMETER_MISSING | Constant |
public static const EXCEPTION_AUTH_PARAMETER_MISSING:String = 50011| EXCEPTION_CONNECTION_NOT_READY | Constant |
public static const EXCEPTION_CONNECTION_NOT_READY:String = 50110| EXCEPTION_FACTORY_MAXIUM_RECONNECT | Constant |
public static const EXCEPTION_FACTORY_MAXIUM_RECONNECT:String = 50502| EXCEPTION_FACTORY_TIMEOUT | Constant |
public static const EXCEPTION_FACTORY_TIMEOUT:String = 50501| EXCEPTION_FMS_DISCONNECTED | Constant |
public static const EXCEPTION_FMS_DISCONNECTED:String = 50106| EXCEPTION_LOCALWAVE_NOT_READY | Constant |
public static const EXCEPTION_LOCALWAVE_NOT_READY:String = 50415| EXCEPTION_MIC_NOT_AVAILABLE | Constant |
public static const EXCEPTION_MIC_NOT_AVAILABLE:String = 50003| EXCEPTION_MMSCFG_SETTING | Constant |
public static const EXCEPTION_MMSCFG_SETTING:String = 50007| EXCEPTION_NEVER_RECORD | Constant |
public static const EXCEPTION_NEVER_RECORD:String = 50353| EXCEPTION_NO_RECORD | Constant |
public static const EXCEPTION_NO_RECORD:String = 50354| EXCEPTION_PARAMETER_ERROR | Constant |
public static const EXCEPTION_PARAMETER_ERROR:String = 50005| EXCEPTION_RECORDER_STATE_ERROR | Constant |
public static const EXCEPTION_RECORDER_STATE_ERROR:String = 50353| EXCEPTION_RECORDERLIB_ERROR | Constant |
public static const EXCEPTION_RECORDERLIB_ERROR:String = 50006| FLASH_LOAD_COMPLETE | Constant |
public static const FLASH_LOAD_COMPLETE:String = 50000| FMS_CONNECT_CLOSED | Constant |
public static const FMS_CONNECT_CLOSED:String = 50103| FMS_CONNECT_FAILED | Constant |
public static const FMS_CONNECT_FAILED:String = 50101| FMS_CONNECT_NET_CHANGE | Constant |
public static const FMS_CONNECT_NET_CHANGE:String = 50105| FMS_CONNECT_REJECTED | Constant |
public static const FMS_CONNECT_REJECTED:String = 50102| FMS_CONNECT_START | Constant |
public static const FMS_CONNECT_START:String = 50109| FMS_CONNECT_SUCCESSFUL | Constant |
public static const FMS_CONNECT_SUCCESSFUL:String = 50100| FMS_CONNECT_TIMEOUT | Constant |
public static const FMS_CONNECT_TIMEOUT:String = 50104| FUNCTION_EXECUTE_SUCCESSFUL | Constant |
public static const FUNCTION_EXECUTE_SUCCESSFUL:String = 50004| MIC_MUTED | Constant |
public static const MIC_MUTED:String = 50002| MIC_PANEL_CLOSED | Constant |
public static const MIC_PANEL_CLOSED:String = 50008| MIC_UNMUTED | Constant |
public static const MIC_UNMUTED:String = 50001| PLAY_BUFFERING | Constant |
public static const PLAY_BUFFERING:String = 50403| PLAY_CONTINUE | Constant |
public static const PLAY_CONTINUE:String = 50404| PLAY_FILE_NOT_FOUND | Constant |
public static const PLAY_FILE_NOT_FOUND:String = 50409| PLAY_NETSTREAM_INSUFFICIENT_BW | Constant |
public static const PLAY_NETSTREAM_INSUFFICIENT_BW:String = 50411| PLAY_PAUSE | Constant |
public static const PLAY_PAUSE:String = 50405| PLAY_RESUME | Constant |
public static const PLAY_RESUME:String = 50406| PLAY_SEEK_FAILED | Constant |
public static const PLAY_SEEK_FAILED:String = 50408| PLAY_SEEK_SUCCESSFUL | Constant |
public static const PLAY_SEEK_SUCCESSFUL:String = 50407| PLAY_SERVER_ERROR | Constant |
public static const PLAY_SERVER_ERROR:String = 50410| PLAY_START | Constant |
public static const PLAY_START:String = 50401| PLAY_STOP | Constant |
public static const PLAY_STOP:String = 50402| PLAYER_AUDIO_LOAD_COMPLETED | Constant |
public static const PLAYER_AUDIO_LOAD_COMPLETED:String = 50400| PLAYER_AUDIO_LOAD_FAILED | Constant |
public static const PLAYER_AUDIO_LOAD_FAILED:String = 50412| PLAYER_FILE_NOT_LOADED | Constant |
public static const PLAYER_FILE_NOT_LOADED:String = 50413| PLAYER_SERVER_CONNECT_START | Constant |
public static const PLAYER_SERVER_CONNECT_START:String = 50414| RECORD_MICROPHONE_GAN_CHANGED | Constant |
public static const RECORD_MICROPHONE_GAN_CHANGED:String = 50306| RECORD_NOT_STARTED | Constant |
public static const RECORD_NOT_STARTED:String = 50305| RECORD_START | Constant |
public static const RECORD_START:String = 50301| RECORD_STOP | Constant |
public static const RECORD_STOP:String = 50300| RECORDID_GETTED | Constant |
public static const RECORDID_GETTED:String = 50304| REPLAY_START | Constant |
public static const REPLAY_START:String = 50303| REPLAY_STOP | Constant |
public static const REPLAY_STOP:String = 50302