public class MediaAudioStreamItem extends AbstractModel
Constructor and Description |
---|
MediaAudioStreamItem() |
MediaAudioStreamItem(MediaAudioStreamItem 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 |
---|---|
Long |
getBitrate()
Get 音频流的码率,单位:bps。
|
Long |
getChannel()
Get 音频声道数,例如 2。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCodec()
Get 音频流的编码格式,例如 aac。
|
Long |
getSamplingRate()
Get 音频流的采样率,单位:hz。
|
void |
setBitrate(Long Bitrate)
Set 音频流的码率,单位:bps。
|
void |
setChannel(Long Channel)
Set 音频声道数,例如 2。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCodec(String Codec)
Set 音频流的编码格式,例如 aac。
|
void |
setSamplingRate(Long SamplingRate)
Set 音频流的采样率,单位:hz。
|
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 MediaAudioStreamItem()
public MediaAudioStreamItem(MediaAudioStreamItem source)
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- 音频流的码率,单位:bps。public Long getSamplingRate()
public void setSamplingRate(Long SamplingRate)
SamplingRate
- 音频流的采样率,单位:hz。public String getCodec()
public void setCodec(String Codec)
Codec
- 音频流的编码格式,例如 aac。public Long getChannel()
public void setChannel(Long Channel)
Channel
- 音频声道数,例如 2。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.