public class EditMediaOutputConfig extends AbstractModel
| 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 Category ID, which is used to categorize the media for management.
|
String |
getExpireTime()
Get Expiration time of output media file in ISO 8601 format, after which the file will be deleted.
|
String |
getMediaName()
Get Output filename of up to 64 characters, which is generated by the system by default.
|
String |
getType()
Get Output file format.
|
void |
setClassId(Long ClassId)
Set Category ID, which is used to categorize the media for management.
|
void |
setExpireTime(String ExpireTime)
Set Expiration time of output media file in ISO 8601 format, after which the file will be deleted.
|
void |
setMediaName(String MediaName)
Set Output filename of up to 64 characters, which is generated by the system by default.
|
void |
setType(String Type)
Set Output file format.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic EditMediaOutputConfig()
public EditMediaOutputConfig(EditMediaOutputConfig source)
public String getMediaName()
public void setMediaName(String MediaName)
MediaName - Output filename of up to 64 characters, which is generated by the system by default.public String getType()
public void setType(String Type)
Type - Output file format. Valid values: mp4, hls. Default value: mp4.public Long getClassId()
public void setClassId(Long ClassId)
ClassId - Category ID, which is used to categorize the media for management. A category can be created and its ID can be obtained by using the [category creating](https://intl.cloud.tencent.com/document/product/266/7812?from_cn_redirect=1) API.
public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - Expiration time of output media file in ISO 8601 format, after which the file will be deleted. Files will never expire by default. For more information, please see [Notes on ISO Date Format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2021. All rights reserved.