public class CreateOutputRTMPSettings extends AbstractModel
| Constructor and Description | 
|---|
| CreateOutputRTMPSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getChunkSize()Get RTMP chunk size. | 
| CreateOutputRtmpSettingsDestinations[] | getDestinations()Get Push destination address. | 
| void | setChunkSize(Long ChunkSize)Set RTMP chunk size. | 
| void | setDestinations(CreateOutputRtmpSettingsDestinations[] Destinations)Set Push destination address. | 
| 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 CreateOutputRtmpSettingsDestinations[] getDestinations()
public void setDestinations(CreateOutputRtmpSettingsDestinations[] Destinations)
Destinations - Push destination address. You can enter one or two addresses.public Long getChunkSize()
public void setChunkSize(Long ChunkSize)
ChunkSize - RTMP chunk size. Value range: [4096, 40960].Copyright © 2020. All rights reserved.