Class MediaMetaData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MediaMetaData
-
public class MediaMetaData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MediaMetaData()MediaMetaData(MediaMetaData 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AudioStreamInfo[]getAudioStreamInfoSet()Get 音频流信息。LonggetBitrate()Get 视频流码率平均值与音频流码率平均值之和,单位:bps。StringgetContainer()Get 容器类型。FloatgetDuration()Get 时长,单位:秒。LonggetHeight()Get 视频流高度的最大值,单位:px。LonggetRotate()Get 视频拍摄时的选择角度,单位:度LonggetSize()Get 大小。VideoStreamInfo[]getVideoStreamInfoSet()Get 视频流信息。LonggetWidth()Get 视频流宽度的最大值,单位:px。voidsetAudioStreamInfoSet(AudioStreamInfo[] AudioStreamInfoSet)Set 音频流信息。voidsetBitrate(Long Bitrate)Set 视频流码率平均值与音频流码率平均值之和,单位:bps。voidsetContainer(String Container)Set 容器类型。voidsetDuration(Float Duration)Set 时长,单位:秒。voidsetHeight(Long Height)Set 视频流高度的最大值,单位:px。voidsetRotate(Long Rotate)Set 视频拍摄时的选择角度,单位:度voidsetSize(Long Size)Set 大小。voidsetVideoStreamInfoSet(VideoStreamInfo[] VideoStreamInfoSet)Set 视频流信息。voidsetWidth(Long Width)Set 视频流宽度的最大值,单位:px。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MediaMetaData
public MediaMetaData()
-
MediaMetaData
public MediaMetaData(MediaMetaData 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.
-
-
Method Detail
-
getSize
public Long getSize()
Get 大小。- Returns:
- Size 大小。
-
setSize
public void setSize(Long Size)
Set 大小。- Parameters:
Size- 大小。
-
getContainer
public String getContainer()
Get 容器类型。- Returns:
- Container 容器类型。
-
setContainer
public void setContainer(String Container)
Set 容器类型。- Parameters:
Container- 容器类型。
-
getBitrate
public Long getBitrate()
Get 视频流码率平均值与音频流码率平均值之和,单位:bps。- Returns:
- Bitrate 视频流码率平均值与音频流码率平均值之和,单位:bps。
-
setBitrate
public void setBitrate(Long Bitrate)
Set 视频流码率平均值与音频流码率平均值之和,单位:bps。- Parameters:
Bitrate- 视频流码率平均值与音频流码率平均值之和,单位:bps。
-
getHeight
public Long getHeight()
Get 视频流高度的最大值,单位:px。- Returns:
- Height 视频流高度的最大值,单位:px。
-
setHeight
public void setHeight(Long Height)
Set 视频流高度的最大值,单位:px。- Parameters:
Height- 视频流高度的最大值,单位:px。
-
getWidth
public Long getWidth()
Get 视频流宽度的最大值,单位:px。- Returns:
- Width 视频流宽度的最大值,单位:px。
-
setWidth
public void setWidth(Long Width)
Set 视频流宽度的最大值,单位:px。- Parameters:
Width- 视频流宽度的最大值,单位:px。
-
getDuration
public Float getDuration()
Get 时长,单位:秒。- Returns:
- Duration 时长,单位:秒。
-
setDuration
public void setDuration(Float Duration)
Set 时长,单位:秒。- Parameters:
Duration- 时长,单位:秒。
-
getRotate
public Long getRotate()
Get 视频拍摄时的选择角度,单位:度- Returns:
- Rotate 视频拍摄时的选择角度,单位:度
-
setRotate
public void setRotate(Long Rotate)
Set 视频拍摄时的选择角度,单位:度- Parameters:
Rotate- 视频拍摄时的选择角度,单位:度
-
getVideoStreamInfoSet
public VideoStreamInfo[] getVideoStreamInfoSet()
Get 视频流信息。- Returns:
- VideoStreamInfoSet 视频流信息。
-
setVideoStreamInfoSet
public void setVideoStreamInfoSet(VideoStreamInfo[] VideoStreamInfoSet)
Set 视频流信息。- Parameters:
VideoStreamInfoSet- 视频流信息。
-
getAudioStreamInfoSet
public AudioStreamInfo[] getAudioStreamInfoSet()
Get 音频流信息。- Returns:
- AudioStreamInfoSet 音频流信息。
-
setAudioStreamInfoSet
public void setAudioStreamInfoSet(AudioStreamInfo[] AudioStreamInfoSet)
Set 音频流信息。- Parameters:
AudioStreamInfoSet- 音频流信息。
-
-