Package | Description |
---|---|
com.tencentcloudapi.trtc.v20190722.models |
Modifier and Type | Method and Description |
---|---|
McuVideoParams |
UpdatePublishCdnStreamRequest.getVideoParams()
Get 更新视频相关参数,转码时支持更新除编码类型之外的编码参数,视频布局参数,背景图片和背景颜色参数,水印参数。不填表示不更新此参数。
|
McuVideoParams |
StartPublishCdnStreamRequest.getVideoParams()
Get 转推流的视频编码参数,不填表示纯音频转推。
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatePublishCdnStreamRequest.setVideoParams(McuVideoParams VideoParams)
Set 更新视频相关参数,转码时支持更新除编码类型之外的编码参数,视频布局参数,背景图片和背景颜色参数,水印参数。不填表示不更新此参数。
|
void |
StartPublishCdnStreamRequest.setVideoParams(McuVideoParams VideoParams)
Set 转推流的视频编码参数,不填表示纯音频转推。
|
Constructor and Description |
---|
McuVideoParams(McuVideoParams 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.
|
Copyright © 2024. All rights reserved.