public class RebuildMediaByTemplateRequest extends AbstractModel
skipSign
Constructor and Description |
---|
RebuildMediaByTemplateRequest() |
RebuildMediaByTemplateRequest(RebuildMediaByTemplateRequest 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 |
getDefinition()
Get The remaster template ID.
|
Float |
getEndTimeOffset()
Get The end offset (seconds).
|
String |
getExtInfo()
Get A reserved parameter.
|
String |
getFileId()
Get The file ID.
|
RebuildMediaOutputConfig |
getOutputConfig()
Get The parameters for the output file of remastering.
|
String |
getSessionContext()
Get The source context, which is used to pass through user request information.
|
String |
getSessionId()
Get The session ID, which is used for de-duplication.
|
Float |
getStartTimeOffset()
Get The start offset (seconds).
|
String |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
Long |
getTasksPriority()
Get The task priority, which can be a value from -10 to 10.
|
void |
setDefinition(Long Definition)
Set The remaster template ID.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set The end offset (seconds).
|
void |
setExtInfo(String ExtInfo)
Set A reserved parameter.
|
void |
setFileId(String FileId)
Set The file ID.
|
void |
setOutputConfig(RebuildMediaOutputConfig OutputConfig)
Set The parameters for the output file of remastering.
|
void |
setSessionContext(String SessionContext)
Set The source context, which is used to pass through user request information.
|
void |
setSessionId(String SessionId)
Set The session ID, which is used for de-duplication.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set The start offset (seconds).
|
void |
setSubAppId(String SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setTasksPriority(Long TasksPriority)
Set The task priority, which can be a value from -10 to 10.
|
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 RebuildMediaByTemplateRequest()
public RebuildMediaByTemplateRequest(RebuildMediaByTemplateRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- The file ID.public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- The remaster template ID.public String getSubAppId()
public void setSubAppId(String SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- The start offset (seconds). If you do not specify this, the segment will start from the beginning of the video.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- The end offset (seconds). If you do not specify this, the segment will end at the end of the video.public RebuildMediaOutputConfig getOutputConfig()
public void setOutputConfig(RebuildMediaOutputConfig OutputConfig)
OutputConfig
- The parameters for the output file of remastering.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The session ID, which is used for de-duplication. If there was a request with the same session ID in the last three days, an error will be returned for the current request. The session ID can contain up to 50 characters. If you do not pass this parameter or pass in an empty string, duplicate sessions will not be identified.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- The source context, which is used to pass through user request information. The `ProcedureStateChanged` callback will return the value of this parameter. It can contain up to 1,000 characters.public Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority
- The task priority, which can be a value from -10 to 10. The higher the value, the higher the priority. If this parameter is left empty, 0 will be used.public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- A reserved parameter.Copyright © 2023. All rights reserved.