LinkVisual Media SDK(Android) v2.7.0-ilop
Public Member Functions | List of all members
com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener Interface Reference

语音对讲监听器 More...

Public Member Functions

void onTalkReady ()
 
void onRecorderStart ()
 
void onRecorderEnd ()
 
void onRecorderVolume (int volume)
 
void onError (LVLiveIntercomError error)
 

Detailed Description

语音对讲监听器

Member Function Documentation

◆ onError()

void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onError ( LVLiveIntercomError  error)

对讲错误,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)

Parameters
error对讲错误信息

◆ onRecorderEnd()

void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onRecorderEnd ( )

录音结束,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)

◆ onRecorderStart()

void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onRecorderStart ( )

录音开始,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)

◆ onRecorderVolume()

void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onRecorderVolume ( int  volume)

录音音量,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)

Parameters
volume范围[0-100]

◆ onTalkReady()

void com.aliyun.iotx.linkvisual.media.liveintercom.listener.ILVLiveIntercomListener.onTalkReady ( )

语音对讲对端已就绪,该接口在创建对讲实例的线程中执行(如果有Looper,否则在主线程中执行)