public class DynamicRangeInfo extends AbstractModel
skipSign
Constructor and Description |
---|
DynamicRangeInfo() |
DynamicRangeInfo(DynamicRangeInfo 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 |
getHDRType()
Get 高动态范围类型,当 Type 为 HDR 时有效。目前支持的可取值:
hdr10:表示 hdr10 标准;
hlg:表示 hlg 标准。
|
String |
getType()
Get 画面动态范围信息。可取值:
SDR:Standard Dynamic Range 标准动态范围;
HDR:High Dynamic Range 高动态范围。
|
void |
setHDRType(String HDRType)
Set 高动态范围类型,当 Type 为 HDR 时有效。目前支持的可取值:
hdr10:表示 hdr10 标准;
hlg:表示 hlg 标准。
|
void |
setType(String Type)
Set 画面动态范围信息。可取值:
SDR:Standard Dynamic Range 标准动态范围;
HDR:High Dynamic Range 高动态范围。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DynamicRangeInfo()
public DynamicRangeInfo(DynamicRangeInfo source)
public String getType()
public void setType(String Type)
Type
- 画面动态范围信息。可取值:
public String getHDRType()
public void setHDRType(String HDRType)
HDRType
- 高动态范围类型,当 Type 为 HDR 时有效。目前支持的可取值:
Copyright © 2023. All rights reserved.