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 AppData的内容,会被写入自定义SEI中的app_data字段,长度需小于4096。
|
Long |
getFollowIdr()
Get 取值范围[0,1],填1:发送关键帧时会确保带SEI;填0:发送关键帧时不确保带SEI。默认值为0。
|
Long |
getInterval()
Get SEI发送间隔,单位毫秒,默认值为1000。
|
Long |
getPayloadType()
Get SEI消息的payload_type,默认值100,取值范围100-254(244除外,244为我们内部自定义的时间戳SEI)
|
void |
setAppData(String AppData)
Set AppData的内容,会被写入自定义SEI中的app_data字段,长度需小于4096。
|
void |
setFollowIdr(Long FollowIdr)
Set 取值范围[0,1],填1:发送关键帧时会确保带SEI;填0:发送关键帧时不确保带SEI。默认值为0。
|
void |
setInterval(Long Interval)
Set SEI发送间隔,单位毫秒,默认值为1000。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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)public Long getInterval()
public void setInterval(Long Interval)
Interval
- SEI发送间隔,单位毫秒,默认值为1000。public Long getFollowIdr()
public void setFollowIdr(Long FollowIdr)
FollowIdr
- 取值范围[0,1],填1:发送关键帧时会确保带SEI;填0:发送关键帧时不确保带SEI。默认值为0。Copyright © 2024. All rights reserved.