Class DescribeOutputRTMPSettings
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeOutputRTMPSettings
-
public class DescribeOutputRTMPSettings extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetChunkSize()Get Chunk大小。 注意:此字段可能返回 null,表示取不到有效值。RTMPAddressDestination[]getDestinations()Get 转推RTMP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。LonggetIdleTimeout()Get 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。voidsetChunkSize(Long ChunkSize)Set Chunk大小。 注意:此字段可能返回 null,表示取不到有效值。voidsetDestinations(RTMPAddressDestination[] Destinations)Set 转推RTMP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。voidsetIdleTimeout(Long IdleTimeout)Set 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeOutputRTMPSettings
public DescribeOutputRTMPSettings()
-
DescribeOutputRTMPSettings
public 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.
-
-
Method Detail
-
getIdleTimeout
public Long getIdleTimeout()
Get 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IdleTimeout 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。
-
setIdleTimeout
public void setIdleTimeout(Long IdleTimeout)
Set 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IdleTimeout- 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。
-
getChunkSize
public Long getChunkSize()
Get Chunk大小。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ChunkSize Chunk大小。 注意:此字段可能返回 null,表示取不到有效值。
-
setChunkSize
public void setChunkSize(Long ChunkSize)
Set Chunk大小。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ChunkSize- Chunk大小。 注意:此字段可能返回 null,表示取不到有效值。
-
getDestinations
public RTMPAddressDestination[] getDestinations()
Get 转推RTMP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Destinations 转推RTMP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。
-
setDestinations
public void setDestinations(RTMPAddressDestination[] Destinations)
Set 转推RTMP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Destinations- 转推RTMP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。
-
-