public class CreateOutputInfoRTPSettings extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
CreateOutputRTPSettingsDestinations[] |
getDestinations()
Get The relay destination addresses.
|
String |
getFEC()
Get This parameter must be set to `none`.
|
Long |
getIdleTimeout()
Get The timeout period (ms).
|
void |
setDestinations(CreateOutputRTPSettingsDestinations[] Destinations)
Set The relay destination addresses.
|
void |
setFEC(String FEC)
Set This parameter must be set to `none`.
|
void |
setIdleTimeout(Long IdleTimeout)
Set The timeout period (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 CreateOutputInfoRTPSettings()
public CreateOutputInfoRTPSettings(CreateOutputInfoRTPSettings source)
public CreateOutputRTPSettingsDestinations[] getDestinations()
public void setDestinations(CreateOutputRTPSettingsDestinations[] Destinations)
Destinations
- The relay destination addresses. One or two addresses are allowed.public String getFEC()
public void setFEC(String FEC)
FEC
- This parameter must be set to `none`.public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout
- The timeout period (ms).Copyright © 2023. All rights reserved.