public class CreateInputRTPSettings extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFEC()Get 默认为“none”,可选值['none']。 | 
| Long | getIdleTimeout()Get 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。 | 
| void | setFEC(String FEC)Set 默认为“none”,可选值['none']。 | 
| void | setIdleTimeout(Long IdleTimeout)Set 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateInputRTPSettings()
public CreateInputRTPSettings(CreateInputRTPSettings source)
public String getFEC()
public void setFEC(String FEC)
FEC - 默认为“none”,可选值['none']。public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout - 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。Copyright © 2025. All rights reserved.