LinkVisual Media SDK(Android) v2.7.0-ilop
|
语音对讲监听器 More...
Public Member Functions | |
void | onTalkReady () |
void | onRecorderStart () |
void | onRecorderEnd () |
void | onRecorderVolume (int volume) |
void | onError (LVLiveIntercomError error) |
语音对讲监听器
void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onError | ( | LVLiveIntercomError | error | ) |
对讲错误,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)
error | 对讲错误信息 |
void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onRecorderEnd | ( | ) |
录音结束,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)
void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onRecorderStart | ( | ) |
录音开始,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)
void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onRecorderVolume | ( | int | volume | ) |
录音音量,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)
volume | 范围[0-100] |
void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onTalkReady | ( | ) |
语音对讲对端已就绪,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)