public class McuPassThrough extends AbstractModel
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 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).
|
String |
getPayloadContent()
Get The payload of the pass-through SEI.
|
Long |
getPayloadType()
Get The payload type of the SEI message.
|
String |
getPayloadUuid()
Get This parameter is required only if `PayloadType` is 5.
|
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 |
setPayloadContent(String PayloadContent)
Set The payload of the pass-through SEI.
|
void |
setPayloadType(Long PayloadType)
Set The payload type of the SEI message.
|
void |
setPayloadUuid(String PayloadUuid)
Set This parameter is required only if `PayloadType` is 5.
|
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 McuPassThrough()
public McuPassThrough(McuPassThrough source)
public String getPayloadContent()
public void setPayloadContent(String PayloadContent)
PayloadContent
- The payload of the pass-through SEI.public Long getPayloadType()
public void setPayloadType(Long PayloadType)
PayloadType
- The payload type of the SEI message. Value range: 5 and 100-254 (244 is used internally by Tencent Cloud for timestamps).public String getPayloadUuid()
public void setPayloadUuid(String PayloadUuid)
PayloadUuid
- This parameter is required only if `PayloadType` is 5. It must be a 32-character hexadecimal string. If `PayloadType` is not 5, this parameter will be ignored.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 © 2023. All rights reserved.