Class CreateOutputInfoRTPSettings
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.CreateOutputInfoRTPSettings
-
public class CreateOutputInfoRTPSettings extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOutputInfoRTPSettings()CreateOutputInfoRTPSettings(CreateOutputInfoRTPSettings 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 CreateOutputRTPSettingsDestinations[]getDestinations()Get 转推的目标地址,可填1~2个。StringgetFEC()Get 只能填none。LonggetIdleTimeout()Get 空闲超时时间,单位ms。voidsetDestinations(CreateOutputRTPSettingsDestinations[] Destinations)Set 转推的目标地址,可填1~2个。voidsetFEC(String FEC)Set 只能填none。voidsetIdleTimeout(Long IdleTimeout)Set 空闲超时时间,单位ms。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
-
CreateOutputInfoRTPSettings
public CreateOutputInfoRTPSettings()
-
CreateOutputInfoRTPSettings
public CreateOutputInfoRTPSettings(CreateOutputInfoRTPSettings 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
-
getDestinations
public CreateOutputRTPSettingsDestinations[] getDestinations()
Get 转推的目标地址,可填1~2个。- Returns:
- Destinations 转推的目标地址,可填1~2个。
-
setDestinations
public void setDestinations(CreateOutputRTPSettingsDestinations[] Destinations)
Set 转推的目标地址,可填1~2个。- Parameters:
Destinations- 转推的目标地址,可填1~2个。
-
getFEC
public String getFEC()
Get 只能填none。- Returns:
- FEC 只能填none。
-
setFEC
public void setFEC(String FEC)
Set 只能填none。- Parameters:
FEC- 只能填none。
-
getIdleTimeout
public Long getIdleTimeout()
Get 空闲超时时间,单位ms。- Returns:
- IdleTimeout 空闲超时时间,单位ms。
-
setIdleTimeout
public void setIdleTimeout(Long IdleTimeout)
Set 空闲超时时间,单位ms。- Parameters:
IdleTimeout- 空闲超时时间,单位ms。
-
-