public class DescribeOutputRTMPSettings extends AbstractModel
| Constructor and Description | 
|---|
| DescribeOutputRTMPSettings() | 
| DescribeOutputRTMPSettings(DescribeOutputRTMPSettings 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 Chunk size. | 
| RTMPAddressDestination[] | getDestinations()Get Destination address information list of RTMP push. | 
| Long | getIdleTimeout()Get Idle timeout period. | 
| void | setChunkSize(Long ChunkSize)Set Chunk size. | 
| void | setDestinations(RTMPAddressDestination[] Destinations)Set Destination address information list of RTMP push. | 
| void | setIdleTimeout(Long IdleTimeout)Set Idle timeout period. | 
| 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 DescribeOutputRTMPSettings()
public DescribeOutputRTMPSettings(DescribeOutputRTMPSettings source)
public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout - Idle timeout period.
Note: this field may return null, indicating that no valid values can be obtained.public Long getChunkSize()
public void setChunkSize(Long ChunkSize)
ChunkSize - Chunk size.
Note: this field may return null, indicating that no valid values can be obtained.public RTMPAddressDestination[] getDestinations()
public void setDestinations(RTMPAddressDestination[] Destinations)
Destinations - Destination address information list of RTMP push.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.