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 智能插帧帧率,帧率范围为 (0, 100],仅当智能插帧控制开关为 ON 时有效。默认跟源文件帧率一致。
|
String |
getSwitch()
Get 智能插帧控制开关,可选值:
ON:开启智能插帧;
OFF:关闭智能插帧。
|
void |
setFps(Long Fps)
Set 智能插帧帧率,帧率范围为 (0, 100],仅当智能插帧控制开关为 ON 时有效。默认跟源文件帧率一致。
|
void |
setSwitch(String Switch)
Set 智能插帧控制开关,可选值:
ON:开启智能插帧;
OFF:关闭智能插帧。
|
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, toJsonString
public VideoFrameInterpolationInfo()
public VideoFrameInterpolationInfo(VideoFrameInterpolationInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 智能插帧控制开关,可选值:
public Long getFps()
public void setFps(Long Fps)
Fps
- 智能插帧帧率,帧率范围为 (0, 100],仅当智能插帧控制开关为 ON 时有效。默认跟源文件帧率一致。Copyright © 2024. All rights reserved.