Package | Description |
---|---|
com.tencentcloudapi.trtc.v20190722.models |
Modifier and Type | Method and Description |
---|---|
StorageParams |
StartWebRecordRequest.getStorageParams()
Get 【必填】云存储相关的参数,目前支持腾讯云对象存储以及腾讯云云点播VOD,不支持第三方云存储;输出文件的存储格式仅支持hls或mp4
|
StorageParams |
CreateCloudRecordingRequest.getStorageParams()
Get 云端录制文件上传到云存储的参数(不支持同时设置云点播VOD和对象存储COS)
|
Modifier and Type | Method and Description |
---|---|
void |
StartWebRecordRequest.setStorageParams(StorageParams StorageParams)
Set 【必填】云存储相关的参数,目前支持腾讯云对象存储以及腾讯云云点播VOD,不支持第三方云存储;输出文件的存储格式仅支持hls或mp4
|
void |
CreateCloudRecordingRequest.setStorageParams(StorageParams StorageParams)
Set 云端录制文件上传到云存储的参数(不支持同时设置云点播VOD和对象存储COS)
|
Constructor and Description |
---|
StorageParams(StorageParams 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 © 2025. All rights reserved.