public class McuAudioParams extends AbstractModel
Constructor and Description |
---|
McuAudioParams() |
McuAudioParams(McuAudioParams 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 |
---|---|
AudioEncode |
getAudioEncode()
Get The audio encoding parameters.
|
McuUserInfoParams[] |
getSubscribeAudioList()
Get The users whose audios are mixed.
|
void |
setAudioEncode(AudioEncode AudioEncode)
Set The audio encoding parameters.
|
void |
setSubscribeAudioList(McuUserInfoParams[] SubscribeAudioList)
Set The users whose audios are mixed.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public McuAudioParams()
public McuAudioParams(McuAudioParams source)
public AudioEncode getAudioEncode()
public void setAudioEncode(AudioEncode AudioEncode)
AudioEncode
- The audio encoding parameters.public McuUserInfoParams[] getSubscribeAudioList()
public void setSubscribeAudioList(McuUserInfoParams[] SubscribeAudioList)
SubscribeAudioList
- The users whose audios are mixed. For the `StartPublishCdnStream` API, if you do not pass this parameter or leave it empty, the audios of all anchors will be mixed. For the `UpdatePublishCdnStream` API, if you do not pass this parameter, TRTC will not change the users whose audios are mixed; if you pass in an empty string, the audios of all anchors will be mixed.Copyright © 2022. All rights reserved.