public class WaterMarkParams extends AbstractModel
Constructor and Description |
---|
WaterMarkParams() |
WaterMarkParams(WaterMarkParams 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 |
getLocationX()
Get 水印在输出时的X偏移。单位为像素值。
|
Long |
getLocationY()
Get 水印在输出时的Y偏移。单位为像素值。
|
Long |
getWaterMarkHeight()
Get 混流-水印高。单位为像素值。
|
Long |
getWaterMarkId()
Get 混流-水印图片ID。取值为实时音视频控制台上传的图片ID。
|
Long |
getWaterMarkWidth()
Get 混流-水印宽。单位为像素值。
|
void |
setLocationX(Long LocationX)
Set 水印在输出时的X偏移。单位为像素值。
|
void |
setLocationY(Long LocationY)
Set 水印在输出时的Y偏移。单位为像素值。
|
void |
setWaterMarkHeight(Long WaterMarkHeight)
Set 混流-水印高。单位为像素值。
|
void |
setWaterMarkId(Long WaterMarkId)
Set 混流-水印图片ID。取值为实时音视频控制台上传的图片ID。
|
void |
setWaterMarkWidth(Long WaterMarkWidth)
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 WaterMarkParams()
public WaterMarkParams(WaterMarkParams source)
public Long getWaterMarkId()
public void setWaterMarkId(Long WaterMarkId)
WaterMarkId
- 混流-水印图片ID。取值为实时音视频控制台上传的图片ID。public Long getWaterMarkWidth()
public void setWaterMarkWidth(Long WaterMarkWidth)
WaterMarkWidth
- 混流-水印宽。单位为像素值。public Long getWaterMarkHeight()
public void setWaterMarkHeight(Long WaterMarkHeight)
WaterMarkHeight
- 混流-水印高。单位为像素值。public Long getLocationX()
public void setLocationX(Long LocationX)
LocationX
- 水印在输出时的X偏移。单位为像素值。public Long getLocationY()
public void setLocationY(Long LocationY)
LocationY
- 水印在输出时的Y偏移。单位为像素值。Copyright © 2021. All rights reserved.