public class SplitMediaRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SplitMediaRequest() |
SplitMediaRequest(SplitMediaRequest 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 |
getFileId()
Get The video ID.
|
SplitMediaTaskConfig[] |
getSegments()
Get Video splitting task information list, supporting up to 100 splitting messages at the same time.
|
String |
getSessionContext()
Get Identifies the source context, which is used to transparently transmit user request information.
|
String |
getSessionId()
Get The identification code used for task deduplication.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
Long |
getTasksPriority()
Get The priority of the task.
|
void |
setFileId(String FileId)
Set The video ID.
|
void |
setSegments(SplitMediaTaskConfig[] Segments)
Set Video splitting task information list, supporting up to 100 splitting messages at the same time.
|
void |
setSessionContext(String SessionContext)
Set Identifies the source context, which is used to transparently transmit user request information.
|
void |
setSessionId(String SessionId)
Set The identification code used for task deduplication.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setTasksPriority(Long TasksPriority)
Set The priority of the task.
|
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 SplitMediaRequest()
public SplitMediaRequest(SplitMediaRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- The video ID.public SplitMediaTaskConfig[] getSegments()
public void setSegments(SplitMediaTaskConfig[] Segments)
Segments
- Video splitting task information list, supporting up to 100 splitting messages at the same time.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- Identifies the source context, which is used to transparently transmit user request information. This field value will be returned in the SplitMediaComplete callback and task flow status change callback, with a maximum length of 1000 characters.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The identification code used for task deduplication. If there is a request with the same identification code within three days, this request will return an error. The maximum length is 50 characters, without or with an empty string to indicate no deduplication.public Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority
- The priority of the task. The larger the value, the higher the priority. The value range is -10 to 10. If left blank, it means 0.Copyright © 2024. All rights reserved.