public class LiveRealTimeClipStreamInfo extends AbstractModel
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 The transcoding template ID.
|
String |
getType()
Get The type of live stream to clip.
|
void |
setTemplateId(Long TemplateId)
Set The transcoding template ID.
|
void |
setType(String Type)
Set The type of live stream to clip.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LiveRealTimeClipStreamInfo()
public LiveRealTimeClipStreamInfo(LiveRealTimeClipStreamInfo source)
public String getType()
public void setType(String Type)
Type
- The type of live stream to clip. Valid values:
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- The transcoding template ID.
This is required if `Type` is `Transcoding`.Copyright © 2023. All rights reserved.