NIMSDK-AOS  10.9.80
Public 属性 | 所有成员列表
com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent接口 参考

设备操作事件 更多...

Public 属性

int VIDEO_CAMERA_OPENING = RtcDeviceEvent.CAMERA_OPENING
 正在打开摄像头 更多...
 
int VIDEO_CAMERA_OPEN_ERROR = RtcDeviceEvent.CAMERA_OPEN_ERROR
 摄像头打开失败 更多...
 
int VIDEO_CAMERA_RUNNING_FREEZED = RtcDeviceEvent.CAMERA_RUNNING_FREEZED
 摄像头数据冻结 更多...
 
int VIDEO_CAMERA_CLOSED = RtcDeviceEvent.CAMERA_CLOSED
 摄像头关闭 更多...
 
int VIDEO_CAMERA_OPENED = RtcDeviceEvent.CAMERA_OPENED
 摄像头成功打开 更多...
 
int VIDEO_CAMERA_SWITCH_OK = RtcDeviceEvent.CAMERA_SWITCH_OK
 切换摄像头成功 更多...
 
int VIDEO_CAMERA_SWITCH_ERROR = RtcDeviceEvent.CAMERA_SWITCH_ERROR
 切换摄像头失败 更多...
 
int AUDIO_RECORDER_OPENING = RtcDeviceEvent.AUDIO_RECORDER_OPENING
 录音设备正在打开 更多...
 
int AUDIO_RECORDER_OPEN_ERROR = RtcDeviceEvent.AUDIO_RECORDER_OPEN_ERROR
 录音设备打开失败 更多...
 
int AUDIO_RECORDER_CLOSED = RtcDeviceEvent.AUDIO_RECORDER_CLOSED
 录音设备关闭 更多...
 
int AUDIO_RECORDER_OPENED = RtcDeviceEvent.AUDIO_RECORDER_OPENED
 录音设备成功打开 更多...
 
int AUDIO_RECORDER_RUNNING_FREEZED = RtcDeviceEvent.AUDIO_RECORDER_RUNNING_FREEZED
 录音设备读取数据失败 更多...
 
int AUDIO_MIXING_STARTED = RtcDeviceEvent.AUDIO_MIXING_STARTED
 伴音开始 更多...
 
int AUDIO_MIXING_ERROR = RtcDeviceEvent.AUDIO_MIXING_ERROR
 伴音出错 更多...
 
int AUDIO_MIXING_FINISHED = RtcDeviceEvent.AUDIO_MIXING_FINISHED
 伴音结束 更多...
 

详细描述

设备操作事件

在文件 AVChatDeviceEvent.java13 行定义.

类成员变量说明

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_MIXING_ERROR = RtcDeviceEvent.AUDIO_MIXING_ERROR

伴音出错

在文件 AVChatDeviceEvent.java88 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_MIXING_FINISHED = RtcDeviceEvent.AUDIO_MIXING_FINISHED

伴音结束

在文件 AVChatDeviceEvent.java93 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_MIXING_STARTED = RtcDeviceEvent.AUDIO_MIXING_STARTED

伴音开始

在文件 AVChatDeviceEvent.java83 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_CLOSED = RtcDeviceEvent.AUDIO_RECORDER_CLOSED

录音设备关闭

在文件 AVChatDeviceEvent.java68 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_OPEN_ERROR = RtcDeviceEvent.AUDIO_RECORDER_OPEN_ERROR

录音设备打开失败

在文件 AVChatDeviceEvent.java63 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_OPENED = RtcDeviceEvent.AUDIO_RECORDER_OPENED

录音设备成功打开

在文件 AVChatDeviceEvent.java73 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_OPENING = RtcDeviceEvent.AUDIO_RECORDER_OPENING

录音设备正在打开

在文件 AVChatDeviceEvent.java58 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_RUNNING_FREEZED = RtcDeviceEvent.AUDIO_RECORDER_RUNNING_FREEZED

录音设备读取数据失败

在文件 AVChatDeviceEvent.java78 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_CLOSED = RtcDeviceEvent.CAMERA_CLOSED

摄像头关闭

在文件 AVChatDeviceEvent.java34 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_OPEN_ERROR = RtcDeviceEvent.CAMERA_OPEN_ERROR

摄像头打开失败

在文件 AVChatDeviceEvent.java24 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_OPENED = RtcDeviceEvent.CAMERA_OPENED

摄像头成功打开

在文件 AVChatDeviceEvent.java40 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_OPENING = RtcDeviceEvent.CAMERA_OPENING

正在打开摄像头

在文件 AVChatDeviceEvent.java19 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_RUNNING_FREEZED = RtcDeviceEvent.CAMERA_RUNNING_FREEZED

摄像头数据冻结

在文件 AVChatDeviceEvent.java29 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_SWITCH_ERROR = RtcDeviceEvent.CAMERA_SWITCH_ERROR

切换摄像头失败

在文件 AVChatDeviceEvent.java51 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_SWITCH_OK = RtcDeviceEvent.CAMERA_SWITCH_OK

切换摄像头成功

在文件 AVChatDeviceEvent.java46 行定义.


该接口的文档由以下文件生成: