public class VideoFrameInterpolationInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
VideoFrameInterpolationInfo() |
VideoFrameInterpolationInfo(VideoFrameInterpolationInfo 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 |
getFps()
Get The frame rate.
|
String |
getSwitch()
Get Whether to enable smart frame interpolation.
|
void |
setFps(Long Fps)
Set The frame rate.
|
void |
setSwitch(String Switch)
Set Whether to enable smart frame interpolation.
|
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 VideoFrameInterpolationInfo()
public VideoFrameInterpolationInfo(VideoFrameInterpolationInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to enable smart frame interpolation. Valid values:
public Long getFps()
public void setFps(Long Fps)
Fps
- The frame rate. Value range: (0, 100]. This parameter is valid only if `Switch` is `ON`. By default, the original frame rate will be used.Copyright © 2024. All rights reserved.