|
NIMSDK-AOS
9.21.10
|
设备操作事件 更多...
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.java 第 13 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_MIXING_ERROR = RtcDeviceEvent.AUDIO_MIXING_ERROR |
伴音出错
在文件 AVChatDeviceEvent.java 第 88 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_MIXING_FINISHED = RtcDeviceEvent.AUDIO_MIXING_FINISHED |
伴音结束
在文件 AVChatDeviceEvent.java 第 93 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_MIXING_STARTED = RtcDeviceEvent.AUDIO_MIXING_STARTED |
伴音开始
在文件 AVChatDeviceEvent.java 第 83 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_CLOSED = RtcDeviceEvent.AUDIO_RECORDER_CLOSED |
录音设备关闭
在文件 AVChatDeviceEvent.java 第 68 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_OPEN_ERROR = RtcDeviceEvent.AUDIO_RECORDER_OPEN_ERROR |
录音设备打开失败
在文件 AVChatDeviceEvent.java 第 63 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_OPENED = RtcDeviceEvent.AUDIO_RECORDER_OPENED |
录音设备成功打开
在文件 AVChatDeviceEvent.java 第 73 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_OPENING = RtcDeviceEvent.AUDIO_RECORDER_OPENING |
录音设备正在打开
在文件 AVChatDeviceEvent.java 第 58 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.AUDIO_RECORDER_RUNNING_FREEZED = RtcDeviceEvent.AUDIO_RECORDER_RUNNING_FREEZED |
录音设备读取数据失败
在文件 AVChatDeviceEvent.java 第 78 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_CLOSED = RtcDeviceEvent.CAMERA_CLOSED |
摄像头关闭
在文件 AVChatDeviceEvent.java 第 34 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_OPEN_ERROR = RtcDeviceEvent.CAMERA_OPEN_ERROR |
摄像头打开失败
在文件 AVChatDeviceEvent.java 第 24 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_OPENED = RtcDeviceEvent.CAMERA_OPENED |
摄像头成功打开
在文件 AVChatDeviceEvent.java 第 40 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_OPENING = RtcDeviceEvent.CAMERA_OPENING |
正在打开摄像头
在文件 AVChatDeviceEvent.java 第 19 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_RUNNING_FREEZED = RtcDeviceEvent.CAMERA_RUNNING_FREEZED |
摄像头数据冻结
在文件 AVChatDeviceEvent.java 第 29 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_SWITCH_ERROR = RtcDeviceEvent.CAMERA_SWITCH_ERROR |
切换摄像头失败
在文件 AVChatDeviceEvent.java 第 51 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent.VIDEO_CAMERA_SWITCH_OK = RtcDeviceEvent.CAMERA_SWITCH_OK |
切换摄像头成功
在文件 AVChatDeviceEvent.java 第 46 行定义.
1.8.11