public class McuLayoutVolume extends AbstractModel
header, skipSign
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 The application data, which will be embedded in the `app_data` field of the custom SEI.
|
Long |
getFollowIdr()
Get Valid values: `1`: SEI is guaranteed when keyframes are sent; `0` (default): SEI is not guaranteed when keyframes are sent.
|
Long |
getInterval()
Get The SEI sending interval (milliseconds).
|
Long |
getPayloadType()
Get The payload type of the SEI message.
|
void |
setAppData(String AppData)
Set The application data, which will be embedded in the `app_data` field of the custom SEI.
|
void |
setFollowIdr(Long FollowIdr)
Set Valid values: `1`: SEI is guaranteed when keyframes are sent; `0` (default): SEI is not guaranteed when keyframes are sent.
|
void |
setInterval(Long Interval)
Set The SEI sending interval (milliseconds).
|
void |
setPayloadType(Long PayloadType)
Set The payload type of the SEI message.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public McuLayoutVolume()
public McuLayoutVolume(McuLayoutVolume source)
public String getAppData()
public void setAppData(String AppData)
AppData
- The application data, which will be embedded in the `app_data` field of the custom SEI. It must be shorter than 4,096 characters.public Long getPayloadType()
public void setPayloadType(Long PayloadType)
PayloadType
- The payload type of the SEI message. The default is 100. Value range: 100-254 (244 is used internally by Tencent Cloud for timestamps).public Long getInterval()
public void setInterval(Long Interval)
Interval
- The SEI sending interval (milliseconds). The default value is 1000.public Long getFollowIdr()
public void setFollowIdr(Long FollowIdr)
FollowIdr
- Valid values: `1`: SEI is guaranteed when keyframes are sent; `0` (default): SEI is not guaranteed when keyframes are sent.Copyright © 2024. All rights reserved.