public class AttachedInput extends AbstractModel
Constructor and Description |
---|
AttachedInput() |
AttachedInput(AttachedInput 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 |
---|---|
AudioSelectorInfo[] |
getAudioSelectors()
Get Audio selector for the input.
|
FailOverSettings |
getFailOverSettings()
Get Input failover configuration
Note: this field may return `null`, indicating that no valid value was found.
|
String |
getId()
Get Input ID
|
String |
getPullBehavior()
Get Pull mode.
|
void |
setAudioSelectors(AudioSelectorInfo[] AudioSelectors)
Set Audio selector for the input.
|
void |
setFailOverSettings(FailOverSettings FailOverSettings)
Set Input failover configuration
Note: this field may return `null`, indicating that no valid value was found.
|
void |
setId(String Id)
Set Input ID
|
void |
setPullBehavior(String PullBehavior)
Set Pull mode.
|
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 AttachedInput()
public AttachedInput(AttachedInput source)
public String getId()
public void setId(String Id)
Id
- Input IDpublic AudioSelectorInfo[] getAudioSelectors()
public void setAudioSelectors(AudioSelectorInfo[] AudioSelectors)
AudioSelectors
- Audio selector for the input. There can be 0 to 20 audio selectors.
Note: this field may return `null`, indicating that no valid value was found.public String getPullBehavior()
public void setPullBehavior(String PullBehavior)
PullBehavior
- Pull mode. If the input type is `HLS_PULL` or `MP4_PULL`, you can set this parameter to `LOOP` or `ONCE`. `LOOP` is the default value.
Note: this field may return `null`, indicating that no valid value was found.public FailOverSettings getFailOverSettings()
public void setFailOverSettings(FailOverSettings FailOverSettings)
FailOverSettings
- Input failover configuration
Note: this field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.