|
NERTC Android SDK V5.9.20
|
Public 属性 | |
| int | OPENED = 1 |
| int | CLOSED = 2 |
| int | DISCONNECTED = 3 |
| int | FREEZED = 4 |
| int | UNKNOWNERROR = 5 |
视频设备状态。
| int com.netease.lava.nertc.sdk.NERtcConstants.VideoDeviceState.CLOSED = 2 |
已关闭。
| int com.netease.lava.nertc.sdk.NERtcConstants.VideoDeviceState.DISCONNECTED = 3 |
相机断开,可能被其他应用抢占。
| int com.netease.lava.nertc.sdk.NERtcConstants.VideoDeviceState.FREEZED = 4 |
相机冻结。
| int com.netease.lava.nertc.sdk.NERtcConstants.VideoDeviceState.OPENED = 1 |
打开成功。
| int com.netease.lava.nertc.sdk.NERtcConstants.VideoDeviceState.UNKNOWNERROR = 5 |
未知错误。