public class CasterDisplayInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CasterDisplayInfo() |
CasterDisplayInfo(CasterDisplayInfo 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 |
---|---|
Long[] |
getAudioIndexList()
Get 使用的音频输入Index列表。
注:当该字段非空时,表示使用布局中对应的输入源的视频,AudioIndexList中对应的输入源的音频。且这些输入源需已存在。
|
Long |
getInputStartType()
Get 作为入参时,表示使用点播输入源,单画面输入时,点播文件是否从头开始播放。
默认为0。
有效值,0,1。
0代表不从头播放
1代表从头播放
|
Long |
getLayoutIndex()
Get 布局Index。
如果使用自定义布局,为自定义布局下标。
如果使用单输入布局,如使用输入1,则LayoutIndexType=1, 且LayoutIndex=1,以此类推。
|
Long |
getLayoutIndexType()
Get LayoutIndex类型,
默认值:0
可选值[0,1]
0:默认类型,代表普通布局
1:单输入类型,代表单输入布局
|
Long[] |
getMarkPicIndexList()
Get 使用的水印Index列表。
注:当作为入参使用时,列表中的水印Index需要已经存在。
|
Long[] |
getMarkWordIndexList()
Get 使用的文字水印Index列表。
注:作为入参使用时,列表中的Index需要已经存在。
|
String |
getTransitionType()
Get 使用的转场类型。
注:支持的转场类型可通过DescribeCasterTransitionTypes接口获取。
|
void |
setAudioIndexList(Long[] AudioIndexList)
Set 使用的音频输入Index列表。
注:当该字段非空时,表示使用布局中对应的输入源的视频,AudioIndexList中对应的输入源的音频。且这些输入源需已存在。
|
void |
setInputStartType(Long InputStartType)
Set 作为入参时,表示使用点播输入源,单画面输入时,点播文件是否从头开始播放。
默认为0。
有效值,0,1。
0代表不从头播放
1代表从头播放
|
void |
setLayoutIndex(Long LayoutIndex)
Set 布局Index。
如果使用自定义布局,为自定义布局下标。
如果使用单输入布局,如使用输入1,则LayoutIndexType=1, 且LayoutIndex=1,以此类推。
|
void |
setLayoutIndexType(Long LayoutIndexType)
Set LayoutIndex类型,
默认值:0
可选值[0,1]
0:默认类型,代表普通布局
1:单输入类型,代表单输入布局
|
void |
setMarkPicIndexList(Long[] MarkPicIndexList)
Set 使用的水印Index列表。
注:当作为入参使用时,列表中的水印Index需要已经存在。
|
void |
setMarkWordIndexList(Long[] MarkWordIndexList)
Set 使用的文字水印Index列表。
注:作为入参使用时,列表中的Index需要已经存在。
|
void |
setTransitionType(String TransitionType)
Set 使用的转场类型。
注:支持的转场类型可通过DescribeCasterTransitionTypes接口获取。
|
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 CasterDisplayInfo()
public CasterDisplayInfo(CasterDisplayInfo source)
public Long getLayoutIndex()
public void setLayoutIndex(Long LayoutIndex)
LayoutIndex
- 布局Index。
如果使用自定义布局,为自定义布局下标。
如果使用单输入布局,如使用输入1,则LayoutIndexType=1, 且LayoutIndex=1,以此类推。public Long[] getMarkPicIndexList()
public void setMarkPicIndexList(Long[] MarkPicIndexList)
MarkPicIndexList
- 使用的水印Index列表。
注:当作为入参使用时,列表中的水印Index需要已经存在。public Long[] getMarkWordIndexList()
public void setMarkWordIndexList(Long[] MarkWordIndexList)
MarkWordIndexList
- 使用的文字水印Index列表。
注:作为入参使用时,列表中的Index需要已经存在。public String getTransitionType()
public void setTransitionType(String TransitionType)
TransitionType
- 使用的转场类型。
注:支持的转场类型可通过DescribeCasterTransitionTypes接口获取。public Long[] getAudioIndexList()
public void setAudioIndexList(Long[] AudioIndexList)
AudioIndexList
- 使用的音频输入Index列表。
注:当该字段非空时,表示使用布局中对应的输入源的视频,AudioIndexList中对应的输入源的音频。且这些输入源需已存在。public Long getInputStartType()
public void setInputStartType(Long InputStartType)
InputStartType
- 作为入参时,表示使用点播输入源,单画面输入时,点播文件是否从头开始播放。
默认为0。
有效值,0,1。
0代表不从头播放
1代表从头播放public Long getLayoutIndexType()
public void setLayoutIndexType(Long LayoutIndexType)
LayoutIndexType
- LayoutIndex类型,
默认值:0
可选值[0,1]
0:默认类型,代表普通布局
1:单输入类型,代表单输入布局Copyright © 2025. All rights reserved.