NIMSDK-AOS
10.9.50
首页
相关页面
包
类
文件
文件列表
plugins
avchat
src
com
netease
nimlib
sdk
avchat
constant
AVChatOSCategory.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.avchat.constant;
2
3
import
com
.
netease
.nrtc.engine.rawapi.RtcOSCategory;
4
5
public
interface
AVChatOSCategory
{
6
/**
7
* 普通 Android 设备
8
*/
9
int
OS_DEFAULT
= RtcOSCategory.OS_DEFAULT;
10
11
/**
12
* 机顶盒
13
*/
14
int
OS_TV
= RtcOSCategory.OS_TV;
15
16
/**
17
* 手表系统
18
*/
19
int
OS_WATCH
= RtcOSCategory.OS_WATCH;
20
}
com.netease
com
com.netease.nimlib.sdk.avchat.constant.AVChatOSCategory.OS_WATCH
int OS_WATCH
手表系统
Definition:
AVChatOSCategory.java:19
com.netease.nimlib.sdk.avchat.constant.AVChatOSCategory.OS_DEFAULT
int OS_DEFAULT
普通 Android 设备
Definition:
AVChatOSCategory.java:9
com.netease.nimlib.sdk.avchat.constant.AVChatOSCategory.OS_TV
int OS_TV
机顶盒
Definition:
AVChatOSCategory.java:14
com.netease.nimlib.sdk.avchat.constant.AVChatOSCategory
Definition:
AVChatOSCategory.java:5
生成于 2025年 九月 12日 星期五 10:22:50 , 为 NIMSDK-AOS使用
1.8.11