public class AudioMetadata extends AbstractModel
skipSign
Constructor and Description |
---|
AudioMetadata() |
AudioMetadata(AudioMetadata 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 媒资音频码率,单位为kbps
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getDuration()
Get 媒资音频时长,单位为秒
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFileSize()
Get 媒资音频文件大小,单位为Byte
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFormat()
Get 媒资音频文件格式
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMD5()
Get 媒资音频文件MD5
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getSampleRate()
Get 媒资音频采样率,单位为khz
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBitRate(Long BitRate)
Set 媒资音频码率,单位为kbps
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDuration(Float Duration)
Set 媒资音频时长,单位为秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileSize(Long FileSize)
Set 媒资音频文件大小,单位为Byte
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFormat(String Format)
Set 媒资音频文件格式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMD5(String MD5)
Set 媒资音频文件MD5
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSampleRate(Float SampleRate)
Set 媒资音频采样率,单位为khz
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AudioMetadata()
public AudioMetadata(AudioMetadata source)
public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize
- 媒资音频文件大小,单位为Byte
注意:此字段可能返回 null,表示取不到有效值。public String getMD5()
public void setMD5(String MD5)
MD5
- 媒资音频文件MD5
注意:此字段可能返回 null,表示取不到有效值。public Float getDuration()
public void setDuration(Float Duration)
Duration
- 媒资音频时长,单位为秒
注意:此字段可能返回 null,表示取不到有效值。public Float getSampleRate()
public void setSampleRate(Float SampleRate)
SampleRate
- 媒资音频采样率,单位为khz
注意:此字段可能返回 null,表示取不到有效值。public Long getBitRate()
public void setBitRate(Long BitRate)
BitRate
- 媒资音频码率,单位为kbps
注意:此字段可能返回 null,表示取不到有效值。public String getFormat()
public void setFormat(String Format)
Format
- 媒资音频文件格式
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.