public class McuLayoutParams extends AbstractModel
Constructor and Description |
---|
McuLayoutParams() |
McuLayoutParams(McuLayoutParams source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
MaxVideoUser |
getMaxVideoUser()
Get The information of the large video in screen sharing or floating layout mode.
|
McuLayout[] |
getMixLayoutList()
Get The details of a custom layout.
|
Long |
getMixLayoutMode()
Get The layout mode.
|
Long |
getPureAudioHoldPlaceMode()
Get Whether to display users who publish only audio.
|
void |
setMaxVideoUser(MaxVideoUser MaxVideoUser)
Set The information of the large video in screen sharing or floating layout mode.
|
void |
setMixLayoutList(McuLayout[] MixLayoutList)
Set The details of a custom layout.
|
void |
setMixLayoutMode(Long MixLayoutMode)
Set The layout mode.
|
void |
setPureAudioHoldPlaceMode(Long PureAudioHoldPlaceMode)
Set Whether to display users who publish only audio.
|
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 McuLayoutParams()
public McuLayoutParams(McuLayoutParams source)
public Long getMixLayoutMode()
public void setMixLayoutMode(Long MixLayoutMode)
MixLayoutMode
- The layout mode. Valid values: 1 (floating), 2 (screen sharing), 3 (grid), 4 (custom). Floating, screen sharing, and grid are dynamic layouts. Custom layouts are static layouts.public Long getPureAudioHoldPlaceMode()
public void setPureAudioHoldPlaceMode(Long PureAudioHoldPlaceMode)
PureAudioHoldPlaceMode
- Whether to display users who publish only audio. 0: No; 1: Yes. This parameter is valid only if a dynamic layout is used. If you do not pass this parameter, 0 will be used.public McuLayout[] getMixLayoutList()
public void setMixLayoutList(McuLayout[] MixLayoutList)
MixLayoutList
- The details of a custom layout.public MaxVideoUser getMaxVideoUser()
public void setMaxVideoUser(MaxVideoUser MaxVideoUser)
MaxVideoUser
- The information of the large video in screen sharing or floating layout mode.Copyright © 2023. All rights reserved.