Class CustomLayout
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.CustomLayout
-
public class CustomLayout extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomLayout()CustomLayout(CustomLayout 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CanvasgetCanvas()Get 混流画布参数StreamLayout[]getInputStreamList()Get 流布局参数,每路流的布局不能超出画布区域voidsetCanvas(Canvas Canvas)Set 混流画布参数voidsetInputStreamList(StreamLayout[] InputStreamList)Set 流布局参数,每路流的布局不能超出画布区域voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CustomLayout
public CustomLayout()
-
CustomLayout
public CustomLayout(CustomLayout 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.
-
-
Method Detail
-
getCanvas
public Canvas getCanvas()
Get 混流画布参数- Returns:
- Canvas 混流画布参数
-
setCanvas
public void setCanvas(Canvas Canvas)
Set 混流画布参数- Parameters:
Canvas- 混流画布参数
-
getInputStreamList
public StreamLayout[] getInputStreamList()
Get 流布局参数,每路流的布局不能超出画布区域- Returns:
- InputStreamList 流布局参数,每路流的布局不能超出画布区域
-
setInputStreamList
public void setInputStreamList(StreamLayout[] InputStreamList)
Set 流布局参数,每路流的布局不能超出画布区域- Parameters:
InputStreamList- 流布局参数,每路流的布局不能超出画布区域
-
-