public class AudioSegments extends AbstractModel
Constructor and Description |
---|
AudioSegments() |
AudioSegments(AudioSegments 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 |
---|---|
String |
getOffsetTime()
Get 截帧时间, 单位:秒
点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10
直播流:该值为时间戳,例如:1594650717
注意:此字段可能返回 null,表示取不到有效值。
|
AudioResult |
getResult()
Get 结果集
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOffsetTime(String OffsetTime)
Set 截帧时间, 单位:秒
点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10
直播流:该值为时间戳,例如:1594650717
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResult(AudioResult Result)
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 AudioSegments()
public AudioSegments(AudioSegments source)
public String getOffsetTime()
public void setOffsetTime(String OffsetTime)
OffsetTime
- 截帧时间, 单位:秒
点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10
直播流:该值为时间戳,例如:1594650717
注意:此字段可能返回 null,表示取不到有效值。public AudioResult getResult()
public void setResult(AudioResult Result)
Result
- 结果集
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.