tencentcloud-sdk-trtc 1.0.310 → 1.0.311

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7306662e07cef1b295b2d3641677bd69a89cab0
4
- data.tar.gz: 6c2e746b4df22457e5679f69fc42e081cd97e81f
3
+ metadata.gz: 67678097dcdf17842bb55d170f3cb9bdb5f844fd
4
+ data.tar.gz: 91c18b3092933f07ec31feae67c9146024641168
5
5
  SHA512:
6
- metadata.gz: 780a26742d770d516a9273bd29f56716be3da019b7ae13215948fc954cbe90d729a618c33eb7f52ea2e3561490455e5a2d652f73348f289cfe61910193cff1e0
7
- data.tar.gz: b2cff8614e5d62464b7c3742b3b19153f1f229b9db6b96cdd471f1f8fe98d836105d95ad3ca97f9b1d7a452a6b92858511ebd6408ad0bbf73464b336a0307017
6
+ metadata.gz: 60860aacd9047a17cba95e130c82fe35016f7f943c710a1ee0993378f55de439ccf922eda0c1af63f66d84b4e887ac958ccdb4228dcb624245b9beec66a7d1c9
7
+ data.tar.gz: f1bdd44073085cc0fdd2cb0f6bf04c1983a4b32445bb8f343991fdab9f219d48c28075adc0aed59d2ca3617400f1ed8c1c5b933118fda3afed014ca45303e608
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.310
1
+ 1.0.311
@@ -1883,13 +1883,13 @@ module TencentCloud
1883
1883
  class WaterMarkParams < TencentCloud::Common::AbstractModel
1884
1884
  # @param WaterMarkId: 混流-水印图片ID。取值为实时音视频控制台上传的图片ID。
1885
1885
  # @type WaterMarkId: Integer
1886
- # @param WaterMarkWidth: 混流-水印宽。单位为像素值。
1886
+ # @param WaterMarkWidth: 混流-水印宽。单位为像素值。水印宽+X偏移不能超过整个画布宽。
1887
1887
  # @type WaterMarkWidth: Integer
1888
- # @param WaterMarkHeight: 混流-水印高。单位为像素值。
1888
+ # @param WaterMarkHeight: 混流-水印高。单位为像素值。水印高+Y偏移不能超过整个画布高。
1889
1889
  # @type WaterMarkHeight: Integer
1890
- # @param LocationX: 水印在输出时的X偏移。单位为像素值。
1890
+ # @param LocationX: 水印在输出时的X偏移。单位为像素值。水印宽+X偏移不能超过整个画布宽。
1891
1891
  # @type LocationX: Integer
1892
- # @param LocationY: 水印在输出时的Y偏移。单位为像素值。
1892
+ # @param LocationY: 水印在输出时的Y偏移。单位为像素值。水印高+Y偏移不能超过整个画布高。
1893
1893
  # @type LocationY: Integer
1894
1894
  # @param WaterMarkUrl: 混流-水印图片URL地址,支持png、jpg、jpeg、bmp格式,暂不支持透明通道。URL链接长度限制为512字节。WaterMarkUrl和WaterMarkId参数都填时,以WaterMarkUrl为准。图片大小限制不超过2MB。
1895
1895
  # @type WaterMarkUrl: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trtc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.310
4
+ version: 1.0.311
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-11 00:00:00.000000000 Z
11
+ date: 2022-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common