public class MediaMetaData extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
AudioStreamInfo[] |
getAudioStreamInfoSet()
Get 音频流信息。
|
Long |
getBitrate()
Get 视频流码率平均值与音频流码率平均值之和,单位:bps。
|
String |
getContainer()
Get 容器类型。
|
Float |
getDuration()
Get 时长,单位:秒。
|
Long |
getHeight()
Get 视频流高度的最大值,单位:px。
|
Long |
getRotate()
Get 视频拍摄时的选择角度,单位:度
|
Long |
getSize()
Get 大小。
|
VideoStreamInfo[] |
getVideoStreamInfoSet()
Get 视频流信息。
|
Long |
getWidth()
Get 视频流宽度的最大值,单位:px。
|
void |
setAudioStreamInfoSet(AudioStreamInfo[] AudioStreamInfoSet)
Set 音频流信息。
|
void |
setBitrate(Long Bitrate)
Set 视频流码率平均值与音频流码率平均值之和,单位:bps。
|
void |
setContainer(String Container)
Set 容器类型。
|
void |
setDuration(Float Duration)
Set 时长,单位:秒。
|
void |
setHeight(Long Height)
Set 视频流高度的最大值,单位:px。
|
void |
setRotate(Long Rotate)
Set 视频拍摄时的选择角度,单位:度
|
void |
setSize(Long Size)
Set 大小。
|
void |
setVideoStreamInfoSet(VideoStreamInfo[] VideoStreamInfoSet)
Set 视频流信息。
|
void |
setWidth(Long Width)
Set 视频流宽度的最大值,单位:px。
|
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, toJsonString
public MediaMetaData()
public MediaMetaData(MediaMetaData source)
public Long getSize()
public void setSize(Long Size)
Size
- 大小。public String getContainer()
public void setContainer(String Container)
Container
- 容器类型。public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- 视频流码率平均值与音频流码率平均值之和,单位:bps。public Long getHeight()
public void setHeight(Long Height)
Height
- 视频流高度的最大值,单位:px。public Long getWidth()
public void setWidth(Long Width)
Width
- 视频流宽度的最大值,单位:px。public Float getDuration()
public void setDuration(Float Duration)
Duration
- 时长,单位:秒。public Long getRotate()
public void setRotate(Long Rotate)
Rotate
- 视频拍摄时的选择角度,单位:度public VideoStreamInfo[] getVideoStreamInfoSet()
public void setVideoStreamInfoSet(VideoStreamInfo[] VideoStreamInfoSet)
VideoStreamInfoSet
- 视频流信息。public AudioStreamInfo[] getAudioStreamInfoSet()
public void setAudioStreamInfoSet(AudioStreamInfo[] AudioStreamInfoSet)
AudioStreamInfoSet
- 音频流信息。Copyright © 2022. All rights reserved.