Class ResultAudioInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.ResultAudioInfo
-
public class ResultAudioInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResultAudioInfo()
ResultAudioInfo(ResultAudioInfo 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 Long
getDuration()
Get 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。Long
getStreamId()
Get 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。void
setDuration(Long Duration)
Set 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。void
setStreamId(Long StreamId)
Set 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
ResultAudioInfo
public ResultAudioInfo()
-
ResultAudioInfo
public ResultAudioInfo(ResultAudioInfo 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
-
getStreamId
public Long getStreamId()
Get 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StreamId 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。
-
setStreamId
public void setStreamId(Long StreamId)
Set 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StreamId
- 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。
-
getDuration
public Long getDuration()
Get 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Duration 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
setDuration
public void setDuration(Long Duration)
Set 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Duration
- 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
-