public class LayoutParams extends AbstractModel
Constructor and Description |
---|
LayoutParams() |
Modifier and Type | Method and Description |
---|---|
Long |
getMainVideoStreamType()
Get 屏幕分享模板中有效,代表左侧大画面对应的流类型,0为摄像头,1为屏幕分享
|
String |
getMainVideoUserId()
Get 屏幕分享模板中有效,代表左侧大画面对应的用户ID
|
Long |
getTemplate()
Get 混流布局模板ID,0为悬浮模板(默认);1为九宫格模板;2为屏幕分享模板
|
void |
setMainVideoStreamType(Long MainVideoStreamType)
Set 屏幕分享模板中有效,代表左侧大画面对应的流类型,0为摄像头,1为屏幕分享
|
void |
setMainVideoUserId(String MainVideoUserId)
Set 屏幕分享模板中有效,代表左侧大画面对应的用户ID
|
void |
setTemplate(Long Template)
Set 混流布局模板ID,0为悬浮模板(默认);1为九宫格模板;2为屏幕分享模板
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getTemplate()
public void setTemplate(Long Template)
Template
- 混流布局模板ID,0为悬浮模板(默认);1为九宫格模板;2为屏幕分享模板public String getMainVideoUserId()
public void setMainVideoUserId(String MainVideoUserId)
MainVideoUserId
- 屏幕分享模板中有效,代表左侧大画面对应的用户IDpublic Long getMainVideoStreamType()
public void setMainVideoStreamType(Long MainVideoStreamType)
MainVideoStreamType
- 屏幕分享模板中有效,代表左侧大画面对应的流类型,0为摄像头,1为屏幕分享Copyright © 2020. All rights reserved.