public class DarInfo extends AbstractModel
Constructor and Description |
---|
DarInfo() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getFillMode()
Get 填充模式,可选值:
1:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。
2:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“。
默认为2。
|
void |
setFillMode(Long FillMode)
Set 填充模式,可选值:
1:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。
2:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“。
默认为2。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DarInfo()
public DarInfo(DarInfo source)
public Long getFillMode()
public void setFillMode(Long FillMode)
FillMode
- 填充模式,可选值:
1:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。
2:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“。
默认为2。Copyright © 2021. All rights reserved.