public class FileInfo extends AbstractModel
Constructor and Description |
---|
FileInfo() |
FileInfo(FileInfo 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 |
---|---|
AudioInfoResultItem[] |
getAudioInfoResult()
Get 任务结束后生成的文件音频信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getBitrate()
Get 任务结束后生成的文件整体码率,单位:bps。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDuration()
Get 任务结束后生成的文件时长,单位:ms。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFileSize()
Get 任务结束后生成的文件大小。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileType()
Get 任务结束后生成的文件格式,例如:mp4,flv等等。
注意:此字段可能返回 null,表示取不到有效值。
|
VideoInfoResultItem[] |
getVideoInfoResult()
Get 任务结束后生成的文件视频信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAudioInfoResult(AudioInfoResultItem[] AudioInfoResult)
Set 任务结束后生成的文件音频信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBitrate(Long Bitrate)
Set 任务结束后生成的文件整体码率,单位:bps。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDuration(Long Duration)
Set 任务结束后生成的文件时长,单位:ms。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileSize(Long FileSize)
Set 任务结束后生成的文件大小。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileType(String FileType)
Set 任务结束后生成的文件格式,例如:mp4,flv等等。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVideoInfoResult(VideoInfoResultItem[] VideoInfoResult)
Set 任务结束后生成的文件视频信息。
注意:此字段可能返回 null,表示取不到有效值。
|
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 FileInfo()
public FileInfo(FileInfo source)
public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize
- 任务结束后生成的文件大小。
注意:此字段可能返回 null,表示取不到有效值。public String getFileType()
public void setFileType(String FileType)
FileType
- 任务结束后生成的文件格式,例如:mp4,flv等等。
注意:此字段可能返回 null,表示取不到有效值。public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- 任务结束后生成的文件整体码率,单位:bps。
注意:此字段可能返回 null,表示取不到有效值。public Long getDuration()
public void setDuration(Long Duration)
Duration
- 任务结束后生成的文件时长,单位:ms。
注意:此字段可能返回 null,表示取不到有效值。public VideoInfoResultItem[] getVideoInfoResult()
public void setVideoInfoResult(VideoInfoResultItem[] VideoInfoResult)
VideoInfoResult
- 任务结束后生成的文件视频信息。
注意:此字段可能返回 null,表示取不到有效值。public AudioInfoResultItem[] getAudioInfoResult()
public void setAudioInfoResult(AudioInfoResultItem[] AudioInfoResult)
AudioInfoResult
- 任务结束后生成的文件音频信息。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.