public class CreateCasterInputPushUrlRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCasterInputPushUrlRequest() | 
| CreateCasterInputPushUrlRequest(CreateCasterInputPushUrlRequest 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 | getCasterId()Get 导播台ID | 
| Long | getInputIndex()Get 请求生成推流地址的输入Index。
允许范围[1,24]。 | 
| String | getProtocol()Get 生成推流地址协议。
范围[rtmp,webrtc]。
注:获取webrtc推流地址时,需配合腾讯云快直播推流sdk才可成功推流。 | 
| void | setCasterId(Long CasterId)Set 导播台ID | 
| void | setInputIndex(Long InputIndex)Set 请求生成推流地址的输入Index。
允许范围[1,24]。 | 
| void | setProtocol(String Protocol)Set 生成推流地址协议。
范围[rtmp,webrtc]。
注:获取webrtc推流地址时,需配合腾讯云快直播推流sdk才可成功推流。 | 
| 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, toJsonStringpublic CreateCasterInputPushUrlRequest()
public CreateCasterInputPushUrlRequest(CreateCasterInputPushUrlRequest source)
public Long getCasterId()
public void setCasterId(Long CasterId)
CasterId - 导播台IDpublic Long getInputIndex()
public void setInputIndex(Long InputIndex)
InputIndex - 请求生成推流地址的输入Index。
允许范围[1,24]。public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 生成推流地址协议。
范围[rtmp,webrtc]。
注:获取webrtc推流地址时,需配合腾讯云快直播推流sdk才可成功推流。Copyright © 2025. All rights reserved.