Class MediaResultInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.MediaResultInfo
-
public class MediaResultInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDuration()Get 媒体时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。ResultAudioInfo[]getResultAudioInfoSet()Get 音频流信息 注意:此字段可能返回 null,表示取不到有效值。ResultVideoInfo[]getResultVideoInfoSet()Get 视频流信息 注意:此字段可能返回 null,表示取不到有效值。voidsetDuration(Long Duration)Set 媒体时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。voidsetResultAudioInfoSet(ResultAudioInfo[] ResultAudioInfoSet)Set 音频流信息 注意:此字段可能返回 null,表示取不到有效值。voidsetResultVideoInfoSet(ResultVideoInfo[] ResultVideoInfoSet)Set 视频流信息 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MediaResultInfo
public MediaResultInfo()
-
MediaResultInfo
public 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.
-
-
Method Detail
-
getDuration
public Long getDuration()
Get 媒体时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Duration 媒体时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
setDuration
public void setDuration(Long Duration)
Set 媒体时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Duration- 媒体时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
getResultVideoInfoSet
public ResultVideoInfo[] getResultVideoInfoSet()
Get 视频流信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResultVideoInfoSet 视频流信息 注意:此字段可能返回 null,表示取不到有效值。
-
setResultVideoInfoSet
public void setResultVideoInfoSet(ResultVideoInfo[] ResultVideoInfoSet)
Set 视频流信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResultVideoInfoSet- 视频流信息 注意:此字段可能返回 null,表示取不到有效值。
-
getResultAudioInfoSet
public ResultAudioInfo[] getResultAudioInfoSet()
Get 音频流信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResultAudioInfoSet 音频流信息 注意:此字段可能返回 null,表示取不到有效值。
-
setResultAudioInfoSet
public void setResultAudioInfoSet(ResultAudioInfo[] ResultAudioInfoSet)
Set 音频流信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResultAudioInfoSet- 音频流信息 注意:此字段可能返回 null,表示取不到有效值。
-
-