public class MediaImageSpriteItem extends AbstractModel
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 image sprite.
|
String[] |
getImageUrlSet()
Get Address of each image sprite.
|
Long |
getTotalCount()
Get Total number of subimages in each image sprite.
|
String |
getWebVttUrl()
Get Address of WebVtt file for the position-time relationship among subimages in an image sprite.
|
Long |
getWidth()
Get Subimage width of image sprite.
|
void |
setDefinition(Long Definition)
Set Image sprite specification.
|
void |
setHeight(Long Height)
Set Subimage height of image sprite.
|
void |
setImageUrlSet(String[] ImageUrlSet)
Set Address of each image sprite.
|
void |
setTotalCount(Long TotalCount)
Set Total number of subimages in each image sprite.
|
void |
setWebVttUrl(String WebVttUrl)
Set Address of WebVtt file for the position-time relationship among subimages in an image sprite.
|
void |
setWidth(Long Width)
Set Subimage width of image sprite.
|
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 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).
Note: this field may return null, indicating that no valid values can be obtained.public Long getHeight()
public void setHeight(Long Height)
Height
- Subimage height of image sprite.
Note: this field may return null, indicating that no valid values can be obtained.public Long getWidth()
public void setWidth(Long Width)
Width
- Subimage width of image sprite.
Note: this field may return null, indicating that no valid values can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of subimages in each image sprite.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getImageUrlSet()
public void setImageUrlSet(String[] ImageUrlSet)
ImageUrlSet
- Address of each image sprite.
Note: this field may return null, indicating that no valid values can be obtained.public String getWebVttUrl()
public void setWebVttUrl(String WebVttUrl)
WebVttUrl
- Address of 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.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.