public class CreateInputRTPSettings extends AbstractModel
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 Default value: none.
|
Long |
getIdleTimeout()
Get Idle timeout period in ms.
|
void |
setFEC(String FEC)
Set Default value: none.
|
void |
setIdleTimeout(Long IdleTimeout)
Set Idle timeout period in ms.
|
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, toJsonString
public CreateInputRTPSettings()
public CreateInputRTPSettings(CreateInputRTPSettings source)
public String getFEC()
public void setFEC(String FEC)
FEC
- Default value: none. Valid values: ['none'].public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout
- Idle timeout period in ms. Default value: 5000. Value range: [1000, 10000].Copyright © 2023. All rights reserved.