Class CreateInputRTPSettings
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.CreateInputRTPSettings
-
public class CreateInputRTPSettings extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateInputRTPSettings()CreateInputRTPSettings(CreateInputRTPSettings 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 StringgetFEC()Get 默认为“none”,可选值['none']。LonggetIdleTimeout()Get 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。voidsetFEC(String FEC)Set 默认为“none”,可选值['none']。voidsetIdleTimeout(Long IdleTimeout)Set 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。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
-
CreateInputRTPSettings
public CreateInputRTPSettings()
-
CreateInputRTPSettings
public CreateInputRTPSettings(CreateInputRTPSettings 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
-
getFEC
public String getFEC()
Get 默认为“none”,可选值['none']。- Returns:
- FEC 默认为“none”,可选值['none']。
-
setFEC
public void setFEC(String FEC)
Set 默认为“none”,可选值['none']。- Parameters:
FEC- 默认为“none”,可选值['none']。
-
getIdleTimeout
public Long getIdleTimeout()
Get 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。- Returns:
- IdleTimeout 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。
-
setIdleTimeout
public void setIdleTimeout(Long IdleTimeout)
Set 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。- Parameters:
IdleTimeout- 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。
-
-