public class HDRInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
HDRInfo() |
HDRInfo(HDRInfo 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 |
|---|---|
String |
getSwitch()
Get 高动态范围类型控制开关,可选值:
ON:开启高动态范围类型转换;
OFF:关闭高动态范围类型转换。
|
String |
getType()
Get 高动态范围类型,可选值:
hdr10:表示 hdr10 标准;
hlg:表示 hlg 标准。
注意:
仅当高动态范围类型控制开关为 ON 时有效;
当画质重生目标参数中指定视频输出参数的视频流编码格式 Codec 为 libx265 时有效。
|
void |
setSwitch(String Switch)
Set 高动态范围类型控制开关,可选值:
ON:开启高动态范围类型转换;
OFF:关闭高动态范围类型转换。
|
void |
setType(String Type)
Set 高动态范围类型,可选值:
hdr10:表示 hdr10 标准;
hlg:表示 hlg 标准。
注意:
仅当高动态范围类型控制开关为 ON 时有效;
当画质重生目标参数中指定视频输出参数的视频流编码格式 Codec 为 libx265 时有效。
|
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, toJsonStringpublic HDRInfo()
public HDRInfo(HDRInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - 高动态范围类型控制开关,可选值:
public String getType()
public void setType(String Type)
Type - 高动态范围类型,可选值:
Copyright © 2024. All rights reserved.