public class MediaResultInfo extends AbstractModel
Constructor and Description |
---|
MediaResultInfo() |
MediaResultInfo(MediaResultInfo 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 |
getDuration()
Get 媒体时长,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。
|
ResultAudioInfo[] |
getResultAudioInfoSet()
Get 音频流信息
注意:此字段可能返回 null,表示取不到有效值。
|
ResultVideoInfo[] |
getResultVideoInfoSet()
Get 视频流信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDuration(Long Duration)
Set 媒体时长,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResultAudioInfoSet(ResultAudioInfo[] ResultAudioInfoSet)
Set 音频流信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResultVideoInfoSet(ResultVideoInfo[] ResultVideoInfoSet)
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 MediaResultInfo()
public MediaResultInfo(MediaResultInfo source)
public Long getDuration()
public void setDuration(Long Duration)
Duration
- 媒体时长,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。public ResultVideoInfo[] getResultVideoInfoSet()
public void setResultVideoInfoSet(ResultVideoInfo[] ResultVideoInfoSet)
ResultVideoInfoSet
- 视频流信息
注意:此字段可能返回 null,表示取不到有效值。public ResultAudioInfo[] getResultAudioInfoSet()
public void setResultAudioInfoSet(ResultAudioInfo[] ResultAudioInfoSet)
ResultAudioInfoSet
- 音频流信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.