LinkVisual Media SDK(Android) v2.7.0-ilop
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
com.aliyun.iotx.linkvisual.media.liveintercom.bean.LVLiveIntercomCode Enum Reference

语音对讲操作码 More...

Public Member Functions

 LVLiveIntercomCode (int value)
 
int getValue ()
 

Static Public Member Functions

static LVLiveIntercomCode parseInt (int value)
 

Public Attributes

 LV_LIVE_INTERCOM_SUCCESS =(0)
 
 LV_LIVE_INTERCOM_ERROR_FAILED =(-1)
 
 LV_LIVE_INTERCOM_ERROR_INVALID_PARAMETER =(-2)
 
 LV_LIVE_INTERCOM_ERROR_UNSUPPORTED =(-3)
 

Detailed Description

语音对讲操作码

Member Data Documentation

◆ LV_LIVE_INTERCOM_ERROR_FAILED

com.aliyun.iotx.linkvisual.media.liveintercom.bean.LVLiveIntercomCode.LV_LIVE_INTERCOM_ERROR_FAILED =(-1)

执行失败, 通用错误

◆ LV_LIVE_INTERCOM_ERROR_INVALID_PARAMETER

com.aliyun.iotx.linkvisual.media.liveintercom.bean.LVLiveIntercomCode.LV_LIVE_INTERCOM_ERROR_INVALID_PARAMETER =(-2)

错误的输入参数

◆ LV_LIVE_INTERCOM_ERROR_UNSUPPORTED

com.aliyun.iotx.linkvisual.media.liveintercom.bean.LVLiveIntercomCode.LV_LIVE_INTERCOM_ERROR_UNSUPPORTED =(-3)

不支持的接口

◆ LV_LIVE_INTERCOM_SUCCESS

com.aliyun.iotx.linkvisual.media.liveintercom.bean.LVLiveIntercomCode.LV_LIVE_INTERCOM_SUCCESS =(0)

执行成功