Package | Description |
---|---|
com.tencentcloudapi.mdl.v20200326.models |
Modifier and Type | Method and Description |
---|---|
InputSettingInfo[] |
ModifyStreamLiveInputRequest.getInputSettings()
Get Input settings
For the type `RTMP_PUSH`, `RTMP_PULL`, `HLS_PULL`, or `MP4_PULL`, 1 or 2 inputs of the corresponding type can be configured.
|
InputSettingInfo[] |
CreateStreamLiveInputRequest.getInputSettings()
Get Input settings.
|
InputSettingInfo[] |
InputInfo.getInputSettings()
Get Input configuration array.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyStreamLiveInputRequest.setInputSettings(InputSettingInfo[] InputSettings)
Set Input settings
For the type `RTMP_PUSH`, `RTMP_PULL`, `HLS_PULL`, or `MP4_PULL`, 1 or 2 inputs of the corresponding type can be configured.
|
void |
CreateStreamLiveInputRequest.setInputSettings(InputSettingInfo[] InputSettings)
Set Input settings.
|
void |
InputInfo.setInputSettings(InputSettingInfo[] InputSettings)
Set Input configuration array.
|
Constructor and Description |
---|
InputSettingInfo(InputSettingInfo 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.
|
Copyright © 2023. All rights reserved.