public class LiveRealTimeClipStreamInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveRealTimeClipStreamInfo() |
LiveRealTimeClipStreamInfo(LiveRealTimeClipStreamInfo 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 |
getTemplateId()
Get 直播转码模板ID。
当Type值为"Transcoding"时,必须填写。
|
String |
getType()
Get 直播流类型,可选值:
Original(原始流,默认值)。
Transcoding(转码流)。
|
void |
setTemplateId(Long TemplateId)
Set 直播转码模板ID。
当Type值为"Transcoding"时,必须填写。
|
void |
setType(String Type)
Set 直播流类型,可选值:
Original(原始流,默认值)。
Transcoding(转码流)。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LiveRealTimeClipStreamInfo()
public LiveRealTimeClipStreamInfo(LiveRealTimeClipStreamInfo source)
public String getType()
public void setType(String Type)
Type
- 直播流类型,可选值:
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- 直播转码模板ID。
当Type值为"Transcoding"时,必须填写。Copyright © 2024. All rights reserved.