public class CreateOutputRTPSettings extends AbstractModel
Constructor and Description |
---|
CreateOutputRTPSettings() |
CreateOutputRTPSettings(CreateOutputRTPSettings 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 Push destination address.
|
String |
getFEC()
Get Only `none` can be entered.
|
Long |
getIdleTimeout()
Get Idle timeout period.
|
void |
setDestinations(CreateOutputRTPSettingsDestinations Destinations)
Set Push destination address.
|
void |
setFEC(String FEC)
Set Only `none` can be entered.
|
void |
setIdleTimeout(Long IdleTimeout)
Set Idle timeout period.
|
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 CreateOutputRTPSettings()
public CreateOutputRTPSettings(CreateOutputRTPSettings source)
public CreateOutputRTPSettingsDestinations getDestinations()
public void setDestinations(CreateOutputRTPSettingsDestinations Destinations)
Destinations
- Push destination address. You can enter one or two addresses.public String getFEC()
public void setFEC(String FEC)
FEC
- Only `none` can be entered.public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout
- Idle timeout period.Copyright © 2021. All rights reserved.