public class TargetVideoInfo extends AbstractModel
Constructor and Description |
---|
TargetVideoInfo() |
TargetVideoInfo(TargetVideoInfo 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 |
getFrameRate()
Get 视频帧率,范围在1到120之间
|
Long |
getHeight()
Get 视频高度,单位像素
|
Long |
getWidth()
Get 视频宽度,单位像素
|
void |
setFrameRate(Long FrameRate)
Set 视频帧率,范围在1到120之间
|
void |
setHeight(Long Height)
Set 视频高度,单位像素
|
void |
setWidth(Long Width)
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 TargetVideoInfo()
public TargetVideoInfo(TargetVideoInfo source)
public Long getWidth()
public void setWidth(Long Width)
Width
- 视频宽度,单位像素public Long getHeight()
public void setHeight(Long Height)
Height
- 视频高度,单位像素public Long getFrameRate()
public void setFrameRate(Long FrameRate)
FrameRate
- 视频帧率,范围在1到120之间Copyright © 2021. All rights reserved.