public class McuCustomCrop extends AbstractModel
header, skipSign
Constructor and Description |
---|
McuCustomCrop() |
McuCustomCrop(McuCustomCrop 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 |
getHeight()
Get The video height (pixels) after cropping.
|
Long |
getLocationX()
Get The horizontal offset (pixels) of the starting point for cropping.
|
Long |
getLocationY()
Get The vertical offset (pixels) of the starting point for cropping.
|
Long |
getWidth()
Get The video width (pixels) after cropping.
|
void |
setHeight(Long Height)
Set The video height (pixels) after cropping.
|
void |
setLocationX(Long LocationX)
Set The horizontal offset (pixels) of the starting point for cropping.
|
void |
setLocationY(Long LocationY)
Set The vertical offset (pixels) of the starting point for cropping.
|
void |
setWidth(Long Width)
Set The video width (pixels) after cropping.
|
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 McuCustomCrop()
public McuCustomCrop(McuCustomCrop source)
public Long getLocationX()
public void setLocationX(Long LocationX)
LocationX
- The horizontal offset (pixels) of the starting point for cropping. This parameter must be greater than 0.public Long getLocationY()
public void setLocationY(Long LocationY)
LocationY
- The vertical offset (pixels) of the starting point for cropping. This parameter must be greater than 0.public Long getWidth()
public void setWidth(Long Width)
Width
- The video width (pixels) after cropping. The sum of this parameter and `LocationX` cannot be greater than 10000.public Long getHeight()
public void setHeight(Long Height)
Height
- The video height (pixels) after cropping. The sum of this parameter and `LocationY` cannot be greater than 10000.Copyright © 2024. All rights reserved.