public class MediaImageSpriteItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaImageSpriteItem() |
MediaImageSpriteItem(MediaImageSpriteItem 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 |
getDefinition()
Get 雪碧图规格,参见[雪碧图参数模板](https://cloud.tencent.com/document/product/266/33480#.E9.9B.AA.E7.A2.A7.E5.9B.BE.E6.A8.A1.E6.9D.BF)。
|
Long |
getHeight()
Get 雪碧图小图的高度。
|
String[] |
getImagePathSet()
Get 每一张雪碧图大图的路径。
|
TaskOutputStorage |
getStorage()
Get 雪碧图文件的存储位置。
|
Long |
getTotalCount()
Get 每一张雪碧图大图里小图的数量。
|
String |
getWebVttPath()
Get 雪碧图子图位置与时间关系的 WebVtt 文件路径。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。
|
Long |
getWidth()
Get 雪碧图小图的宽度。
|
void |
setDefinition(Long Definition)
Set 雪碧图规格,参见[雪碧图参数模板](https://cloud.tencent.com/document/product/266/33480#.E9.9B.AA.E7.A2.A7.E5.9B.BE.E6.A8.A1.E6.9D.BF)。
|
void |
setHeight(Long Height)
Set 雪碧图小图的高度。
|
void |
setImagePathSet(String[] ImagePathSet)
Set 每一张雪碧图大图的路径。
|
void |
setStorage(TaskOutputStorage Storage)
Set 雪碧图文件的存储位置。
|
void |
setTotalCount(Long TotalCount)
Set 每一张雪碧图大图里小图的数量。
|
void |
setWebVttPath(String WebVttPath)
Set 雪碧图子图位置与时间关系的 WebVtt 文件路径。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。
|
void |
setWidth(Long Width)
Set 雪碧图小图的宽度。
|
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, toJsonString
public MediaImageSpriteItem()
public MediaImageSpriteItem(MediaImageSpriteItem source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 雪碧图规格,参见[雪碧图参数模板](https://cloud.tencent.com/document/product/266/33480#.E9.9B.AA.E7.A2.A7.E5.9B.BE.E6.A8.A1.E6.9D.BF)。public Long getHeight()
public void setHeight(Long Height)
Height
- 雪碧图小图的高度。public Long getWidth()
public void setWidth(Long Width)
Width
- 雪碧图小图的宽度。public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 每一张雪碧图大图里小图的数量。public String[] getImagePathSet()
public void setImagePathSet(String[] ImagePathSet)
ImagePathSet
- 每一张雪碧图大图的路径。public String getWebVttPath()
public void setWebVttPath(String WebVttPath)
WebVttPath
- 雪碧图子图位置与时间关系的 WebVtt 文件路径。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。public TaskOutputStorage getStorage()
public void setStorage(TaskOutputStorage Storage)
Storage
- 雪碧图文件的存储位置。Copyright © 2024. All rights reserved.