public class MediaSnapshotByTimeOffsetItem extends AbstractModel
Constructor and Description |
---|
MediaSnapshotByTimeOffsetItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getDefinition()
Get 指定时间点截图规格,参见[指定时间点截图参数模板](https://cloud.tencent.com/document/product/266/33480#.E6.97.B6.E9.97.B4.E7.82.B9.E6.88.AA.E5.9B.BE.E6.A8.A1.E6.9D.BF)。
|
MediaSnapshotByTimePicInfoItem[] |
getPicInfoSet()
Get 同一规格的截图信息集合,每个元素代表一张截图。
|
TaskOutputStorage |
getStorage()
Get 指定时间点截图文件的存储位置。
|
void |
setDefinition(Long Definition)
Set 指定时间点截图规格,参见[指定时间点截图参数模板](https://cloud.tencent.com/document/product/266/33480#.E6.97.B6.E9.97.B4.E7.82.B9.E6.88.AA.E5.9B.BE.E6.A8.A1.E6.9D.BF)。
|
void |
setPicInfoSet(MediaSnapshotByTimePicInfoItem[] PicInfoSet)
Set 同一规格的截图信息集合,每个元素代表一张截图。
|
void |
setStorage(TaskOutputStorage Storage)
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 Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 指定时间点截图规格,参见[指定时间点截图参数模板](https://cloud.tencent.com/document/product/266/33480#.E6.97.B6.E9.97.B4.E7.82.B9.E6.88.AA.E5.9B.BE.E6.A8.A1.E6.9D.BF)。public MediaSnapshotByTimePicInfoItem[] getPicInfoSet()
public void setPicInfoSet(MediaSnapshotByTimePicInfoItem[] PicInfoSet)
PicInfoSet
- 同一规格的截图信息集合,每个元素代表一张截图。public TaskOutputStorage getStorage()
public void setStorage(TaskOutputStorage Storage)
Storage
- 指定时间点截图文件的存储位置。Copyright © 2020. All rights reserved.