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 Image sprite specification.
|
Long |
getHeight()
Get Subimage height of an image sprite.
|
String[] |
getImagePathSet()
Get Path to each image sprite.
|
TaskOutputStorage |
getStorage()
Get Storage location of an image sprite file.
|
Long |
getTotalCount()
Get Total number of subimages in each image sprite.
|
String |
getWebVttPath()
Get Path to a WebVtt file for the position-time relationship among subimages in an image sprite.
|
Long |
getWidth()
Get Subimage width of an image sprite.
|
void |
setDefinition(Long Definition)
Set Image sprite specification.
|
void |
setHeight(Long Height)
Set Subimage height of an image sprite.
|
void |
setImagePathSet(String[] ImagePathSet)
Set Path to each image sprite.
|
void |
setStorage(TaskOutputStorage Storage)
Set Storage location of an image sprite file.
|
void |
setTotalCount(Long TotalCount)
Set Total number of subimages in each image sprite.
|
void |
setWebVttPath(String WebVttPath)
Set Path to a WebVtt file for the position-time relationship among subimages in an image sprite.
|
void |
setWidth(Long Width)
Set Subimage width of an image sprite.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaImageSpriteItem()
public MediaImageSpriteItem(MediaImageSpriteItem source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Image sprite specification. For more information, please see [Image Sprite Parameter Template](https://intl.cloud.tencent.com/document/product/266/33480?from_cn_redirect=1#.E9.9B.AA.E7.A2.A7.E5.9B.BE.E6.A8.A1.E6.9D.BF).public Long getHeight()
public void setHeight(Long Height)
Height
- Subimage height of an image sprite.public Long getWidth()
public void setWidth(Long Width)
Width
- Subimage width of an image sprite.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of subimages in each image sprite.public String[] getImagePathSet()
public void setImagePathSet(String[] ImagePathSet)
ImagePathSet
- Path to each image sprite.public String getWebVttPath()
public void setWebVttPath(String WebVttPath)
WebVttPath
- Path to a WebVtt file for the position-time relationship among subimages in an image sprite. The WebVtt file indicates the corresponding time points of each subimage and their coordinates in the image sprite, which is typically used by the player for implementing preview.public TaskOutputStorage getStorage()
public void setStorage(TaskOutputStorage Storage)
Storage
- Storage location of an image sprite file.Copyright © 2024. All rights reserved.