public class StartPublishStreamRequest extends AbstractModel
skipSign
Constructor and Description |
---|
StartPublishStreamRequest() |
StartPublishStreamRequest(StartPublishStreamRequest 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 |
---|---|
String |
getPublishStreamArgs()
Get Push parameter, which is a custom parameter carried during stream pushing.
|
String |
getUserId()
Get Unique user ID, which is customized by you and is not understood by CAR.
|
void |
setPublishStreamArgs(String PublishStreamArgs)
Set Push parameter, which is a custom parameter carried during stream pushing.
|
void |
setUserId(String UserId)
Set Unique user ID, which is customized by you and is not understood by CAR.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StartPublishStreamRequest()
public StartPublishStreamRequest(StartPublishStreamRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- Unique user ID, which is customized by you and is not understood by CAR. It will be used as the `StreamId` for pushing streams. For example, if the bound push domain is **abc.livepush.myqcloud.com**, the push address will be **rtmp://abc.livepush.myqcloud.com/live/UserId?txSecret=xxx&txTime=xxx**.public String getPublishStreamArgs()
public void setPublishStreamArgs(String PublishStreamArgs)
PublishStreamArgs
- Push parameter, which is a custom parameter carried during stream pushing.Copyright © 2023. All rights reserved.