public class CasterLayoutInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CasterLayoutInfo() |
CasterLayoutInfo(CasterLayoutInfo 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 |
---|---|
String |
getInputIndexList()
Get 布局绑定的输入列表。按布局LayerId从小到大,按顺序排列。
已有两个画面的布局为例,输入1对应LayerId为1,输入2对应的LayerId为2,该字段应该填入"1|2"。
|
Long |
getLayoutHeight()
Get 布局输出的高度,单位为像素。
注:该参数仅在画中画布局,且未设置PgmHeight时生效。
|
Long |
getLayoutIndex()
Get 布局Index。
|
CasterLayoutParam[] |
getLayoutParams()
Get 详细的布局参数列表。
|
Long |
getLayoutTemplateId()
Get 布局模板Id。
有效值[1,20,21,31,32,41]
当使用布局模版时,无需LayoutParams参数,导播台将使用模版布局参数。
|
Long |
getLayoutWidth()
Get 布局输出的宽度,单位为像素。
默认为1280像素。
注:该值仅在画中画布局,且未设置PgmWidth时生效。
|
void |
setInputIndexList(String InputIndexList)
Set 布局绑定的输入列表。按布局LayerId从小到大,按顺序排列。
已有两个画面的布局为例,输入1对应LayerId为1,输入2对应的LayerId为2,该字段应该填入"1|2"。
|
void |
setLayoutHeight(Long LayoutHeight)
Set 布局输出的高度,单位为像素。
注:该参数仅在画中画布局,且未设置PgmHeight时生效。
|
void |
setLayoutIndex(Long LayoutIndex)
Set 布局Index。
|
void |
setLayoutParams(CasterLayoutParam[] LayoutParams)
Set 详细的布局参数列表。
|
void |
setLayoutTemplateId(Long LayoutTemplateId)
Set 布局模板Id。
有效值[1,20,21,31,32,41]
当使用布局模版时,无需LayoutParams参数,导播台将使用模版布局参数。
|
void |
setLayoutWidth(Long LayoutWidth)
Set 布局输出的宽度,单位为像素。
默认为1280像素。
注:该值仅在画中画布局,且未设置PgmWidth时生效。
|
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, toJsonString
public CasterLayoutInfo()
public CasterLayoutInfo(CasterLayoutInfo source)
public Long getLayoutIndex()
public void setLayoutIndex(Long LayoutIndex)
LayoutIndex
- 布局Index。public Long getLayoutTemplateId()
public void setLayoutTemplateId(Long LayoutTemplateId)
LayoutTemplateId
- 布局模板Id。
有效值[1,20,21,31,32,41]
当使用布局模版时,无需LayoutParams参数,导播台将使用模版布局参数。public String getInputIndexList()
public void setInputIndexList(String InputIndexList)
InputIndexList
- 布局绑定的输入列表。按布局LayerId从小到大,按顺序排列。
已有两个画面的布局为例,输入1对应LayerId为1,输入2对应的LayerId为2,该字段应该填入"1|2"。public CasterLayoutParam[] getLayoutParams()
public void setLayoutParams(CasterLayoutParam[] LayoutParams)
LayoutParams
- 详细的布局参数列表。public Long getLayoutWidth()
public void setLayoutWidth(Long LayoutWidth)
LayoutWidth
- 布局输出的宽度,单位为像素。
默认为1280像素。
注:该值仅在画中画布局,且未设置PgmWidth时生效。public Long getLayoutHeight()
public void setLayoutHeight(Long LayoutHeight)
LayoutHeight
- 布局输出的高度,单位为像素。
注:该参数仅在画中画布局,且未设置PgmHeight时生效。Copyright © 2025. All rights reserved.