Class StartLiveStreamMonitorRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.StartLiveStreamMonitorRequest
-
public class StartLiveStreamMonitorRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]getAudibleInputIndexList()Get 监播画面声音InputIndex,支持多个输入声音。 取值范围 InputIndex必须已经存在。 不填默认无声音输出。StringgetMonitorId()Get 监播ID。voidsetAudibleInputIndexList(Long[] AudibleInputIndexList)Set 监播画面声音InputIndex,支持多个输入声音。 取值范围 InputIndex必须已经存在。 不填默认无声音输出。voidsetMonitorId(String MonitorId)Set 监播ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StartLiveStreamMonitorRequest
public StartLiveStreamMonitorRequest()
-
StartLiveStreamMonitorRequest
public 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.
-
-
Method Detail
-
getMonitorId
public String getMonitorId()
Get 监播ID。- Returns:
- MonitorId 监播ID。
-
setMonitorId
public void setMonitorId(String MonitorId)
Set 监播ID。- Parameters:
MonitorId- 监播ID。
-
getAudibleInputIndexList
public Long[] getAudibleInputIndexList()
Get 监播画面声音InputIndex,支持多个输入声音。 取值范围 InputIndex必须已经存在。 不填默认无声音输出。- Returns:
- AudibleInputIndexList 监播画面声音InputIndex,支持多个输入声音。 取值范围 InputIndex必须已经存在。 不填默认无声音输出。
-
setAudibleInputIndexList
public void setAudibleInputIndexList(Long[] AudibleInputIndexList)
Set 监播画面声音InputIndex,支持多个输入声音。 取值范围 InputIndex必须已经存在。 不填默认无声音输出。- Parameters:
AudibleInputIndexList- 监播画面声音InputIndex,支持多个输入声音。 取值范围 InputIndex必须已经存在。 不填默认无声音输出。
-
-