public class VideoConfigureInfoForUpdate extends AbstractModel
header, skipSign| Constructor and Description |
|---|
VideoConfigureInfoForUpdate() |
VideoConfigureInfoForUpdate(VideoConfigureInfoForUpdate 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 |
getBitrate()
Get The bit rate of the video stream, value range: 0 and [128, 10000], unit: kbps.
|
Long |
getHeight()
Get The maximum value of the video stream height (or short side), value range: 0 and [128, 1920], unit: px.
|
String |
getResolutionAdaptive()
Get Resolution adaptive, optional values:
open: open, at this time, Width represents the long side of the video, and Height represents the short side of the video;
close: closed, at this time , Width represents the width of the video, and Height represents the height of the video.
|
Long |
getWidth()
Get The maximum value of the video stream width (or long side), value range: 0 and [128, 1920], unit: px.
|
void |
setBitrate(Long Bitrate)
Set The bit rate of the video stream, value range: 0 and [128, 10000], unit: kbps.
|
void |
setHeight(Long Height)
Set The maximum value of the video stream height (or short side), value range: 0 and [128, 1920], unit: px.
|
void |
setResolutionAdaptive(String ResolutionAdaptive)
Set Resolution adaptive, optional values:
open: open, at this time, Width represents the long side of the video, and Height represents the short side of the video;
close: closed, at this time , Width represents the width of the video, and Height represents the height of the video.
|
void |
setWidth(Long Width)
Set The maximum value of the video stream width (or long side), value range: 0 and [128, 1920], unit: px.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VideoConfigureInfoForUpdate()
public VideoConfigureInfoForUpdate(VideoConfigureInfoForUpdate source)
public Long getWidth()
public void setWidth(Long Width)
Width - The maximum value of the video stream width (or long side), value range: 0 and [128, 1920], unit: px.
public Long getHeight()
public void setHeight(Long Height)
Height - The maximum value of the video stream height (or short side), value range: 0 and [128, 1920], unit: px.
public String getResolutionAdaptive()
public void setResolutionAdaptive(String ResolutionAdaptive)
ResolutionAdaptive - Resolution adaptive, optional values:
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - The bit rate of the video stream, value range: 0 and [128, 10000], unit: kbps.
When the value is 0, it means that the video bitrate remains the same as the original video.Copyright © 2025. All rights reserved.