public class MediaKeyFrameDescItem extends AbstractModel
Constructor and Description |
---|
MediaKeyFrameDescItem() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get 打点的内容字符串,限制 1-128 个字符。
|
Float |
getTimeOffset()
Get 打点的视频偏移时间,单位:秒。
|
void |
setContent(String Content)
Set 打点的内容字符串,限制 1-128 个字符。
|
void |
setTimeOffset(Float TimeOffset)
Set 打点的视频偏移时间,单位:秒。
|
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 Float getTimeOffset()
public void setTimeOffset(Float TimeOffset)
TimeOffset
- 打点的视频偏移时间,单位:秒。public String getContent()
public void setContent(String Content)
Content
- 打点的内容字符串,限制 1-128 个字符。Copyright © 2020. All rights reserved.