public class RebuildMediaTargetVideoStream extends AbstractModel
header, skipSign| Constructor and Description |
|---|
RebuildMediaTargetVideoStream() |
RebuildMediaTargetVideoStream(RebuildMediaTargetVideoStream 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 video bitrate (Kbps).
|
String |
getCodec()
Get The video codec.
|
String |
getFillType()
Get The fill mode, which indicates how a video is resized when the video’s original aspect ratio is different from the target aspect ratio.
|
Long |
getFps()
Get The video frame rate (Hz).
|
Long |
getGop()
Get The number of frames between two I-frames.
|
Long |
getHeight()
Get The maximum video width (or short side) in pixels.
|
String |
getResolutionAdaptive()
Get Resolution adaption.
|
Long |
getWidth()
Get The maximum video width (or long side) in pixels.
|
void |
setBitrate(Long Bitrate)
Set The video bitrate (Kbps).
|
void |
setCodec(String Codec)
Set The video codec.
|
void |
setFillType(String FillType)
Set The fill mode, which indicates how a video is resized when the video’s original aspect ratio is different from the target aspect ratio.
|
void |
setFps(Long Fps)
Set The video frame rate (Hz).
|
void |
setGop(Long Gop)
Set The number of frames between two I-frames.
|
void |
setHeight(Long Height)
Set The maximum video width (or short side) in pixels.
|
void |
setResolutionAdaptive(String ResolutionAdaptive)
Set Resolution adaption.
|
void |
setWidth(Long Width)
Set The maximum video width (or long side) in pixels.
|
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, toJsonStringpublic RebuildMediaTargetVideoStream()
public RebuildMediaTargetVideoStream(RebuildMediaTargetVideoStream source)
public String getCodec()
public void setCodec(String Codec)
Codec - The video codec. Valid values:
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - The video bitrate (Kbps). Value range: 0 and 128-35000.
If the value is `0`, the original video bitrate will be used.public Long getFps()
public void setFps(Long Fps)
Fps - The video frame rate (Hz). Value range: 0-100. If the value is `0`, the original video frame rate will be used.public String getResolutionAdaptive()
public void setResolutionAdaptive(String ResolutionAdaptive)
ResolutionAdaptive - Resolution adaption. Valid values:
public Long getWidth()
public void setWidth(Long Width)
Width - The maximum video width (or long side) in pixels. Value range: 0 and 128-4096.
public Long getHeight()
public void setHeight(Long Height)
Height - The maximum video width (or short side) in pixels. Value range: 0 and [128, 4096].
public String getFillType()
public void setFillType(String FillType)
FillType - The fill mode, which indicates how a video is resized when the video’s original aspect ratio is different from the target aspect ratio. Valid values:
public Long getGop()
public void setGop(Long Gop)
Gop - The number of frames between two I-frames. Valid values: 0 and 1-100000.
If this parameter is `0` or left empty, the interval will be determined by the system.Copyright © 2024. All rights reserved.