tencentcloud-sdk-trtc 1.0.309 → 1.0.310

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: 682ac99481c2b5827e365c9454805be3cfd4b6ff
4
- data.tar.gz: b108e054b6eb7af1404ef766c1cfccfdc924b06b
3
+ metadata.gz: c7306662e07cef1b295b2d3641677bd69a89cab0
4
+ data.tar.gz: 6c2e746b4df22457e5679f69fc42e081cd97e81f
5
5
  SHA512:
6
- metadata.gz: 095629faeec42d053ac700c2372a2ea58eb723518b20a5cecd77b913ac00c538209c3c4839d1415e3f8e58817c5d1029c3f2f7086b2247521055317483881107
7
- data.tar.gz: 8bc9cf02d29267f798fd57844763230c435acac8467c608d5bab2782286ca6b52aaa65c0cf2a20b152274a60b450ae924b49973e301517a2b06a4aac297491e8
6
+ metadata.gz: 780a26742d770d516a9273bd29f56716be3da019b7ae13215948fc954cbe90d729a618c33eb7f52ea2e3561490455e5a2d652f73348f289cfe61910193cff1e0
7
+ data.tar.gz: b2cff8614e5d62464b7c3742b3b19153f1f229b9db6b96cdd471f1f8fe98d836105d95ad3ca97f9b1d7a452a6b92858511ebd6408ad0bbf73464b336a0307017
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.309
1
+ 1.0.310
@@ -1891,7 +1891,7 @@ module TencentCloud
1891
1891
  # @type LocationX: Integer
1892
1892
  # @param LocationY: 水印在输出时的Y偏移。单位为像素值。
1893
1893
  # @type LocationY: Integer
1894
- # @param WaterMarkUrl: 混流-水印图片URL地址,支持png、jpg、jpeg、bmp格式,暂不支持透明通道。URL链接长度限制为512字节。WaterMarkUrl和WaterMarkId参数都填时,以WaterMarkUrl为准。图片大小限制不超过10MB
1894
+ # @param WaterMarkUrl: 混流-水印图片URL地址,支持png、jpg、jpeg、bmp格式,暂不支持透明通道。URL链接长度限制为512字节。WaterMarkUrl和WaterMarkId参数都填时,以WaterMarkUrl为准。图片大小限制不超过2MB
1895
1895
  # @type WaterMarkUrl: String
1896
1896
 
1897
1897
  attr_accessor :WaterMarkId, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :WaterMarkUrl
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.309
4
+ version: 1.0.310
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-10 00:00:00.000000000 Z
11
+ date: 2022-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common