public class ComposeMediaOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ComposeMediaOutput()  | 
ComposeMediaOutput(ComposeMediaOutput 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 | 
|---|---|
OutputAudioStream | 
getAudioStream()
Get Information of output audio. 
 | 
Long | 
getClassId()
Get Category ID, which is used to categorize the media for management. 
 | 
String | 
getContainer()
Get Container. 
 | 
String | 
getDescription()
Get Description, which can contain up to 128 characters. 
 | 
String | 
getExpireTime()
Get Expiration time of output media file in ISO 8601 format, after which the file will be deleted. 
 | 
String | 
getFileName()
Get Filename of up to 64 characters. 
 | 
Long | 
getRemoveAudio()
Get Whether to remove audio data. 
 | 
Long | 
getRemoveVideo()
Get Whether to remove video data. 
 | 
OutputVideoStream | 
getVideoStream()
Get Information of output video. 
 | 
void | 
setAudioStream(OutputAudioStream AudioStream)
Set Information of output audio. 
 | 
void | 
setClassId(Long ClassId)
Set Category ID, which is used to categorize the media for management. 
 | 
void | 
setContainer(String Container)
Set Container. 
 | 
void | 
setDescription(String Description)
Set Description, which can contain up to 128 characters. 
 | 
void | 
setExpireTime(String ExpireTime)
Set Expiration time of output media file in ISO 8601 format, after which the file will be deleted. 
 | 
void | 
setFileName(String FileName)
Set Filename of up to 64 characters. 
 | 
void | 
setRemoveAudio(Long RemoveAudio)
Set Whether to remove audio data. 
 | 
void | 
setRemoveVideo(Long RemoveVideo)
Set Whether to remove video data. 
 | 
void | 
setVideoStream(OutputVideoStream VideoStream)
Set Information of output video. 
 | 
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 ComposeMediaOutput()
public ComposeMediaOutput(ComposeMediaOutput source)
public String getFileName()
public void setFileName(String FileName)
FileName - Filename of up to 64 characters.public String getDescription()
public void setDescription(String Description)
Description - Description, which can contain up to 128 characters.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).public String getContainer()
public void setContainer(String Container)
Container - Container. Valid values: mp4, mp3. mp3 is for audio files.public OutputVideoStream getVideoStream()
public void setVideoStream(OutputVideoStream VideoStream)
VideoStream - Information of output video.
Note: this field may return null, indicating that no valid values can be obtained.public OutputAudioStream getAudioStream()
public void setAudioStream(OutputAudioStream AudioStream)
AudioStream - Information of output audio.
Note: this field may return null, indicating that no valid values can be obtained.public Long getRemoveVideo()
public void setRemoveVideo(Long RemoveVideo)
RemoveVideo - Whether to remove video data. Valid values:
public Long getRemoveAudio()
public void setRemoveAudio(Long RemoveAudio)
RemoveAudio - Whether to remove audio data. Valid values:
Copyright © 2025. All rights reserved.