Class DarInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.DarInfo
-
public class DarInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetFillMode()Get 填充模式,可选值: 1:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。 2:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“。 默认为2。voidsetFillMode(Long FillMode)Set 填充模式,可选值: 1:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。 2:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“。 默认为2。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DarInfo
public DarInfo()
-
DarInfo
public DarInfo(DarInfo 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.
-
-
Method Detail
-
getFillMode
public Long getFillMode()
Get 填充模式,可选值: 1:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。 2:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“。 默认为2。- Returns:
- FillMode 填充模式,可选值: 1:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。 2:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“。 默认为2。
-
setFillMode
public void setFillMode(Long FillMode)
Set 填充模式,可选值: 1:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。 2:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“。 默认为2。- Parameters:
FillMode- 填充模式,可选值: 1:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。 2:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“。 默认为2。
-
-