public class CreateOutputRTMPSettings extends AbstractModel
| 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 The RTMP chunk size. | 
| CreateOutputRtmpSettingsDestinations[] | getDestinations()Get The relay destination addresses. | 
| void | setChunkSize(Long ChunkSize)Set The RTMP chunk size. | 
| void | setDestinations(CreateOutputRtmpSettingsDestinations[] Destinations)Set The relay destination addresses. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CreateOutputRTMPSettings()
public CreateOutputRTMPSettings(CreateOutputRTMPSettings source)
public CreateOutputRtmpSettingsDestinations[] getDestinations()
public void setDestinations(CreateOutputRtmpSettingsDestinations[] Destinations)
Destinations - The relay destination addresses. One or two addresses are allowed.public Long getChunkSize()
public void setChunkSize(Long ChunkSize)
ChunkSize - The RTMP chunk size. Value range: [4096, 40960].Copyright © 2022. All rights reserved.