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