public class McuLayoutVolume extends AbstractModel
Constructor and Description |
---|
McuLayoutVolume() |
McuLayoutVolume(McuLayoutVolume 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 |
getAppData()
Get AppData的内容,会被写入自定义SEI中的app_data字段,长度需小于4096。
|
Long |
getPayloadType()
Get SEI消息的payload_type,默认值100,取值范围100-254(244除外,244为我们内部自定义的时间戳SEI)
|
void |
setAppData(String AppData)
Set AppData的内容,会被写入自定义SEI中的app_data字段,长度需小于4096。
|
void |
setPayloadType(Long PayloadType)
Set SEI消息的payload_type,默认值100,取值范围100-254(244除外,244为我们内部自定义的时间戳SEI)
|
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 McuLayoutVolume()
public McuLayoutVolume(McuLayoutVolume source)
public String getAppData()
public void setAppData(String AppData)
AppData
- AppData的内容,会被写入自定义SEI中的app_data字段,长度需小于4096。public Long getPayloadType()
public void setPayloadType(Long PayloadType)
PayloadType
- SEI消息的payload_type,默认值100,取值范围100-254(244除外,244为我们内部自定义的时间戳SEI)Copyright © 2023. All rights reserved.