public static class GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
avgFPS
The average frame rate.
|
String |
bitrate
The bitrate.
|
String |
codecLongName
The full name of the encoding format.
|
String |
codecName
The short name of the encoding format.
|
String |
codecTag
The tag of the encoding format.
|
String |
codecTagString
The tag string of the encoding format.
|
String |
codecTimeBase
The codec time base.
|
String |
dar
The display aspect ratio (DAR) of the video stream.
|
String |
duration
The duration of the audio file.
|
String |
fps
The frame rate of the output file.
|
String |
hasBFrames
Indicates whether the video stream contains B-frames.
|
String |
HDRType
The HDR type of the video stream.
|
String |
height
The height of the video stream.
|
String |
index
The sequence number of the video stream.
|
String |
lang
The language.
|
String |
level
The codec level.
|
String |
numFrames
The total number of frames.
|
String |
pixFmt
The pixel format.
|
String |
profile
The codec profile.
|
String |
rotate
The rotation angle of the video.
|
String |
sar
The sample aspect ratio (SAR) of the video stream.
|
String |
startTime
The beginning of the time range during which the data was queried.
|
String |
timebase
The time base of the audio stream.
|
String |
width
The width of the video in pixels.
|
| 构造器和说明 |
|---|
GetMezzanineInfoResponseBodyMezzanineVideoStreamList() |
@NameInMap(value="AvgFPS") public String avgFPS
The average frame rate.
@NameInMap(value="Bitrate") public String bitrate
The bitrate. Unit: Kbit/s.
@NameInMap(value="CodecLongName") public String codecLongName
The full name of the encoding format.
@NameInMap(value="CodecName") public String codecName
The short name of the encoding format.
@NameInMap(value="CodecTag") public String codecTag
The tag of the encoding format.
@NameInMap(value="CodecTagString") public String codecTagString
The tag string of the encoding format.
@NameInMap(value="CodecTimeBase") public String codecTimeBase
The codec time base.
@NameInMap(value="Dar") public String dar
The display aspect ratio (DAR) of the video stream.
@NameInMap(value="Duration") public String duration
The duration of the audio file.
@NameInMap(value="Fps") public String fps
The frame rate of the output file.
@NameInMap(value="HDRType") public String HDRType
The HDR type of the video stream.
@NameInMap(value="HasBFrames") public String hasBFrames
Indicates whether the video stream contains B-frames.
@NameInMap(value="Height") public String height
The height of the video stream.
@NameInMap(value="Index") public String index
The sequence number of the video stream. The value indicates the position of the video stream in all video streams.
@NameInMap(value="Lang") public String lang
The language.
@NameInMap(value="Level") public String level
The codec level.
@NameInMap(value="NumFrames") public String numFrames
The total number of frames.
@NameInMap(value="PixFmt") public String pixFmt
The pixel format.
@NameInMap(value="Profile") public String profile
The codec profile.
@NameInMap(value="Rotate") public String rotate
The rotation angle of the video. Valid values: **\[0,360)**.
@NameInMap(value="Sar") public String sar
The sample aspect ratio (SAR) of the video stream.
@NameInMap(value="StartTime") public String startTime
The beginning of the time range during which the data was queried. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="Timebase") public String timebase
The time base of the audio stream.
@NameInMap(value="Width") public String width
The width of the video in pixels.
public GetMezzanineInfoResponseBodyMezzanineVideoStreamList()
public static GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList build(Map<String,?> map) throws Exception
Exceptionpublic GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setAvgFPS(String avgFPS)
public String getAvgFPS()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setBitrate(String bitrate)
public String getBitrate()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setCodecLongName(String codecLongName)
public String getCodecLongName()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setCodecName(String codecName)
public String getCodecName()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setCodecTag(String codecTag)
public String getCodecTag()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setCodecTagString(String codecTagString)
public String getCodecTagString()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setCodecTimeBase(String codecTimeBase)
public String getCodecTimeBase()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setDar(String dar)
public String getDar()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setDuration(String duration)
public String getDuration()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setFps(String fps)
public String getFps()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setHDRType(String HDRType)
public String getHDRType()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setHasBFrames(String hasBFrames)
public String getHasBFrames()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setHeight(String height)
public String getHeight()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setIndex(String index)
public String getIndex()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setLang(String lang)
public String getLang()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setLevel(String level)
public String getLevel()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setNumFrames(String numFrames)
public String getNumFrames()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setPixFmt(String pixFmt)
public String getPixFmt()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setProfile(String profile)
public String getProfile()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setRotate(String rotate)
public String getRotate()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setSar(String sar)
public String getSar()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setStartTime(String startTime)
public String getStartTime()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setTimebase(String timebase)
public String getTimebase()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList setWidth(String width)
public String getWidth()
Copyright © 2024. All rights reserved.