Uses of Class
com.tencentcloudapi.trtc.v20190722.models.StorageParams
-
Packages that use StorageParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of StorageParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return StorageParams Modifier and Type Method Description StorageParamsCreateCloudRecordingRequest. getStorageParams()Get 云端录制文件上传到云存储的参数(目前支持云点播VOD和对象存储COS)。点播和对象存储的参数必填其中之一,不支持同时设置点播和对象存储。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type StorageParams Modifier and Type Method Description voidCreateCloudRecordingRequest. setStorageParams(StorageParams StorageParams)Set 云端录制文件上传到云存储的参数(目前支持云点播VOD和对象存储COS)。点播和对象存储的参数必填其中之一,不支持同时设置点播和对象存储。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type StorageParams Constructor 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.
-