public class McuLayoutParams extends AbstractModel
header, skipSign| 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. 
 | 
Long | 
getRenderMode()
Get The image fill mode. 
 | 
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 | 
setRenderMode(Long RenderMode)
Set The image fill mode. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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.public Long getRenderMode()
public void setRenderMode(Long RenderMode)
RenderMode - The image fill mode. This parameter is valid if the layout mode is screen sharing, floating, or grid. `0`: The image will be cropped. `1`: The image will be scaled. `2`: The image will be scaled and there may be black bars.Copyright © 2025. All rights reserved.