public class UpdateLiveWatermarkRequest extends AbstractModel
Constructor and Description |
---|
UpdateLiveWatermarkRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getHeight()
Get Watermark height or its percentage of the live streaming video width.
|
String |
getPictureUrl()
Get Watermark image URL.
|
Long |
getWatermarkId()
Get Watermark ID.
|
String |
getWatermarkName()
Get Watermark name.
|
Long |
getWidth()
Get Watermark width or its percentage of the live streaming video width.
|
Long |
getXPosition()
Get Display position: X-axis offset.
|
Long |
getYPosition()
Get Display position: Y-axis offset.
|
void |
setHeight(Long Height)
Set Watermark height or its percentage of the live streaming video width.
|
void |
setPictureUrl(String PictureUrl)
Set Watermark image URL.
|
void |
setWatermarkId(Long WatermarkId)
Set Watermark ID.
|
void |
setWatermarkName(String WatermarkName)
Set Watermark name.
|
void |
setWidth(Long Width)
Set Watermark width or its percentage of the live streaming video width.
|
void |
setXPosition(Long XPosition)
Set Display position: X-axis offset.
|
void |
setYPosition(Long YPosition)
Set Display position: Y-axis offset.
|
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 getWatermarkId()
public void setWatermarkId(Long WatermarkId)
WatermarkId
- Watermark ID.public String getPictureUrl()
public void setPictureUrl(String PictureUrl)
PictureUrl
- Watermark image URL.public Long getXPosition()
public void setXPosition(Long XPosition)
XPosition
- Display position: X-axis offset.public Long getYPosition()
public void setYPosition(Long YPosition)
YPosition
- Display position: Y-axis offset.public String getWatermarkName()
public void setWatermarkName(String WatermarkName)
WatermarkName
- Watermark name.public Long getWidth()
public void setWidth(Long Width)
Width
- Watermark width or its percentage of the live streaming video width. It is recommended to just specify either height or width as the other will be scaled proportionally to avoid distortions.public Long getHeight()
public void setHeight(Long Height)
Height
- Watermark height or its percentage of the live streaming video width. It is recommended to just specify either height or width as the other will be scaled proportionally to avoid distortions.Copyright © 2020. All rights reserved.