NERtc Android SDK  V4.6.0
Public 属性 | 所有成员列表
com.netease.lava.nertc.sdk.NERtcConstants.VideoSendMode接口 参考

Public 属性

int SEND_ON_PUB_NONE = 0
 
int SEND_ON_PUB_HIGH = 1
 
int SEND_ON_PUB_LOW = 2
 
int SEND_ON_PUB_ALL = 3
 

详细描述

视频发布流类型。

类成员变量说明

◆ SEND_ON_PUB_ALL

int com.netease.lava.nertc.sdk.NERtcConstants.VideoSendMode.SEND_ON_PUB_ALL = 3

初始大小流同时发送。

◆ SEND_ON_PUB_HIGH

int com.netease.lava.nertc.sdk.NERtcConstants.VideoSendMode.SEND_ON_PUB_HIGH = 1

初始发送大流。

◆ SEND_ON_PUB_LOW

int com.netease.lava.nertc.sdk.NERtcConstants.VideoSendMode.SEND_ON_PUB_LOW = 2

初始发布小流。

◆ SEND_ON_PUB_NONE

int com.netease.lava.nertc.sdk.NERtcConstants.VideoSendMode.SEND_ON_PUB_NONE = 0

按对端订阅格式发流。


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