public class McuPassThrough extends AbstractModel
header, skipSign
Constructor and Description |
---|
McuPassThrough() |
McuPassThrough(McuPassThrough 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 |
---|---|
Long |
getFollowIdr()
Get 取值范围[0,1],填1:发送关键帧时会确保带SEI;填0:发送关键帧时不确保带SEI。默认值为0。
|
Long |
getInterval()
Get SEI发送间隔,单位毫秒,默认值为1000。
|
String |
getPayloadContent()
Get 透传SEI的payload内容。
|
Long |
getPayloadType()
Get SEI消息的payload_type,取值范围5、100-254(244除外,244为我们内部自定义的时间戳SEI)。
|
String |
getPayloadUuid()
Get PayloadType为5,PayloadUuid必须填写。PayloadType不是5时,不需要填写,填写会被后台忽略。该值必须是32长度的十六进制。
|
void |
setFollowIdr(Long FollowIdr)
Set 取值范围[0,1],填1:发送关键帧时会确保带SEI;填0:发送关键帧时不确保带SEI。默认值为0。
|
void |
setInterval(Long Interval)
Set SEI发送间隔,单位毫秒,默认值为1000。
|
void |
setPayloadContent(String PayloadContent)
Set 透传SEI的payload内容。
|
void |
setPayloadType(Long PayloadType)
Set SEI消息的payload_type,取值范围5、100-254(244除外,244为我们内部自定义的时间戳SEI)。
|
void |
setPayloadUuid(String PayloadUuid)
Set PayloadType为5,PayloadUuid必须填写。PayloadType不是5时,不需要填写,填写会被后台忽略。该值必须是32长度的十六进制。
|
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 McuPassThrough()
public McuPassThrough(McuPassThrough source)
public String getPayloadContent()
public void setPayloadContent(String PayloadContent)
PayloadContent
- 透传SEI的payload内容。public Long getPayloadType()
public void setPayloadType(Long PayloadType)
PayloadType
- SEI消息的payload_type,取值范围5、100-254(244除外,244为我们内部自定义的时间戳SEI)。public String getPayloadUuid()
public void setPayloadUuid(String PayloadUuid)
PayloadUuid
- PayloadType为5,PayloadUuid必须填写。PayloadType不是5时,不需要填写,填写会被后台忽略。该值必须是32长度的十六进制。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.