public class StartLiveStreamMonitorRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
StartLiveStreamMonitorRequest() |
StartLiveStreamMonitorRequest(StartLiveStreamMonitorRequest 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 |
---|---|
Long[] |
getAudibleInputIndexList()
Get 监播画面声音InputIndex,支持多个输入声音。
取值范围 InputIndex必须已经存在。
不填默认无声音输出。
|
String |
getMonitorId()
Get 监播ID。
|
void |
setAudibleInputIndexList(Long[] AudibleInputIndexList)
Set 监播画面声音InputIndex,支持多个输入声音。
取值范围 InputIndex必须已经存在。
不填默认无声音输出。
|
void |
setMonitorId(String MonitorId)
Set 监播ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StartLiveStreamMonitorRequest()
public StartLiveStreamMonitorRequest(StartLiveStreamMonitorRequest source)
public String getMonitorId()
public void setMonitorId(String MonitorId)
MonitorId
- 监播ID。public Long[] getAudibleInputIndexList()
public void setAudibleInputIndexList(Long[] AudibleInputIndexList)
AudibleInputIndexList
- 监播画面声音InputIndex,支持多个输入声音。
取值范围 InputIndex必须已经存在。
不填默认无声音输出。Copyright © 2024. All rights reserved.