public class ResultAudioInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ResultAudioInfo()
public ResultAudioInfo(ResultAudioInfo source)
public Long getStreamId()
public void setStreamId(Long StreamId)
StreamId - 流在媒体文件中的流ID
注意:此字段可能返回 null,表示取不到有效值。public Long getDuration()
public void setDuration(Long Duration)
Duration - 流的时长,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.