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