public class EditMediaOutputConfig extends AbstractModel
header, skipSign| Constructor and Description |
|---|
EditMediaOutputConfig() |
EditMediaOutputConfig(EditMediaOutputConfig 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 |
getClassId()
Get Classification ID is used to classify media.
|
String |
getExpireTime()
Get The expiration time of the output file.
|
String |
getMediaName()
Get Output file name, up to 64 characters.
|
EditMediaTEHDConfig |
getTEHDConfig()
Get TSC Transcoding Config.
|
String |
getType()
Get Output file format, optional values: mp4, hls.
|
EditMediaVideoStream |
getVideoStream()
Get Output video information.
|
void |
setClassId(Long ClassId)
Set Classification ID is used to classify media.
|
void |
setExpireTime(String ExpireTime)
Set The expiration time of the output file.
|
void |
setMediaName(String MediaName)
Set Output file name, up to 64 characters.
|
void |
setTEHDConfig(EditMediaTEHDConfig TEHDConfig)
Set TSC Transcoding Config.
|
void |
setType(String Type)
Set Output file format, optional values: mp4, hls.
|
void |
setVideoStream(EditMediaVideoStream VideoStream)
Set Output video information.
|
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, toJsonStringpublic EditMediaOutputConfig()
public EditMediaOutputConfig(EditMediaOutputConfig source)
public String getMediaName()
public void setMediaName(String MediaName)
MediaName - Output file name, up to 64 characters. By default, the generated file name is specified by the system.public String getType()
public void setType(String Type)
Type - Output file format, optional values: mp4, hls. The default is mp4.public Long getClassId()
public void setClassId(Long ClassId)
ClassId - Classification ID is used to classify media. You can create a classification through the Create Classification interface to obtain the classification ID.
public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - The expiration time of the output file. The file will be deleted after this time. The default is permanent and not expired. The format is expressed in accordance with the ISO 8601 standard. For details, see [ISO Date Format Description](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).public EditMediaVideoStream getVideoStream()
public void setVideoStream(EditMediaVideoStream VideoStream)
VideoStream - Output video information.public EditMediaTEHDConfig getTEHDConfig()
public void setTEHDConfig(EditMediaTEHDConfig TEHDConfig)
TEHDConfig - TSC Transcoding Config.Copyright © 2025. All rights reserved.