public static class GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bitrate
The bitrate.
|
String |
channelLayout
The output layout of the sound channels.
|
String |
channels
The number of sound channels.
|
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 |
duration
The duration of the audio file.
|
String |
index
The sequence number of the audio stream.
|
String |
lang
The language.
|
String |
numFrames
The total number of frames.
|
String |
sampleFmt
The sampling format.
|
String |
sampleRate
The sampling rate of the audio stream.
|
String |
startTime
The beginning of the time range during which the data was queried.
|
String |
timebase
The time base of the audio stream.
|
| 构造器和说明 |
|---|
GetMezzanineInfoResponseBodyMezzanineAudioStreamList() |
@NameInMap(value="Bitrate") public String bitrate
The bitrate.
@NameInMap(value="ChannelLayout") public String channelLayout
The output layout of the sound channels. Valid values:
* **mono**
* **stereo**
@NameInMap(value="Channels") public String channels
The number of sound channels.
@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="Duration") public String duration
The duration of the audio file.
@NameInMap(value="Index") public String index
The sequence number of the audio stream. The value indicates the position of the audio stream in all audio streams.
@NameInMap(value="Lang") public String lang
The language.
@NameInMap(value="NumFrames") public String numFrames
The total number of frames.
@NameInMap(value="SampleFmt") public String sampleFmt
The sampling format.
@NameInMap(value="SampleRate") public String sampleRate
The sampling rate of the audio 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.
public GetMezzanineInfoResponseBodyMezzanineAudioStreamList()
public static GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList build(Map<String,?> map) throws Exception
Exceptionpublic GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setBitrate(String bitrate)
public String getBitrate()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setChannelLayout(String channelLayout)
public String getChannelLayout()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setChannels(String channels)
public String getChannels()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setCodecLongName(String codecLongName)
public String getCodecLongName()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setCodecName(String codecName)
public String getCodecName()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setCodecTag(String codecTag)
public String getCodecTag()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setCodecTagString(String codecTagString)
public String getCodecTagString()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setCodecTimeBase(String codecTimeBase)
public String getCodecTimeBase()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setDuration(String duration)
public String getDuration()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setIndex(String index)
public String getIndex()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setLang(String lang)
public String getLang()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setNumFrames(String numFrames)
public String getNumFrames()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setSampleFmt(String sampleFmt)
public String getSampleFmt()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setSampleRate(String sampleRate)
public String getSampleRate()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setStartTime(String startTime)
public String getStartTime()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList setTimebase(String timebase)
public String getTimebase()
Copyright © 2024. All rights reserved.