public class CreateOutputRTMPSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOutputRTMPSettings() |
CreateOutputRTMPSettings(CreateOutputRTMPSettings 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 |
getChunkSize()
Get RTMP的Chunk大小,范围为[4096, 40960]。
|
CreateOutputRtmpSettingsDestinations[] |
getDestinations()
Get 转推的目标地址,可填1~2个。
|
void |
setChunkSize(Long ChunkSize)
Set RTMP的Chunk大小,范围为[4096, 40960]。
|
void |
setDestinations(CreateOutputRtmpSettingsDestinations[] Destinations)
Set 转推的目标地址,可填1~2个。
|
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 CreateOutputRTMPSettings()
public CreateOutputRTMPSettings(CreateOutputRTMPSettings source)
public CreateOutputRtmpSettingsDestinations[] getDestinations()
public void setDestinations(CreateOutputRtmpSettingsDestinations[] Destinations)
Destinations
- 转推的目标地址,可填1~2个。public Long getChunkSize()
public void setChunkSize(Long ChunkSize)
ChunkSize
- RTMP的Chunk大小,范围为[4096, 40960]。Copyright © 2024. All rights reserved.