tencentcloud-sdk-live 3.0.1180 → 3.0.1183

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180801/models.rb +6 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ed511f3349876cf25ca064b116ca72d7fa5926d
4
- data.tar.gz: c9bc7befc5eb50323460a2a722f83a7e284492ac
3
+ metadata.gz: 2dd83960ce85ced7c281c605f43fc8abfe745634
4
+ data.tar.gz: 21f024faa269a6a29757173a86d6a7599cc1e7da
5
5
  SHA512:
6
- metadata.gz: 8d8418bd353f1c0a18674adc22387aae9f3577385c52cb0853e88272bc95ac0f173c743e627e2954c96f59853a5907ae07292b7da74f323ff52cd40687f71ceb
7
- data.tar.gz: daae8334ab7e2458d767e1882ca1453da009ca45fb1da6bd4f3c5367fdee127ba947a49e6953cc73b088de70ac2dbdc1bc905fb07127ece7e5de0d7d0d87c167
6
+ metadata.gz: 6dff147ff9e3d0aac57e8c3696c2031e38210763865b30b4a1b0a48ec1964471b7d49dd38a55ab4dab63e3b8a894d281eb453b2d15f7a5b8e8e6a1795b418d52
7
+ data.tar.gz: 67666cb56cff2404a2ae028df7e2e40fa6f72c0fc241813fc9339bc2c71d30aab3a5f4aec12060328f0a2e0ade09e1e5e3294aca27eae674ce77421de23047d8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1180
1
+ 3.0.1183
@@ -1220,23 +1220,17 @@ module TencentCloud
1220
1220
 
1221
1221
  # 导播台布局参数。
1222
1222
  class CasterLayoutInfo < TencentCloud::Common::AbstractModel
1223
- # @param LayoutIndex: 布局Index
1223
+ # @param LayoutIndex: <p>布局Index。</p>取值范围:[1, 1000]
1224
1224
  # @type LayoutIndex: Integer
1225
- # @param LayoutTemplateId: 布局模板Id
1226
- # 有效值[1,20,21,31,32,41]
1227
- # 当使用布局模板时,无需LayoutParams参数,导播台将使用模板布局参数。
1225
+ # @param LayoutTemplateId: <p>布局模板Id。有效值[1,20,21,31,32,41]当使用布局模板时,无需LayoutParams参数,导播台将使用模板布局参数。</p>
1228
1226
  # @type LayoutTemplateId: Integer
1229
- # @param InputIndexList: 布局绑定的输入列表。按布局LayerId从小到大,按顺序排列。
1230
- # 已有两个画面的布局为例,输入1对应LayerId为1,输入2对应的LayerId为2,该字段应该填入"1|2"。
1227
+ # @param InputIndexList: <p>布局绑定的输入列表。按布局LayerId从小到大,按顺序排列。已有两个画面的布局为例,输入1对应LayerId为1,输入2对应的LayerId为2,该字段应该填入"1|2"。</p>
1231
1228
  # @type InputIndexList: String
1232
- # @param LayoutParams: 详细的布局参数列表。
1229
+ # @param LayoutParams: <p>详细的布局参数列表。</p>
1233
1230
  # @type LayoutParams: Array
1234
- # @param LayoutWidth: 布局输出的宽度,单位为像素。
1235
- # 默认为1280像素。
1236
- # 注:该值仅在画中画布局,且未设置PgmWidth时生效。
1231
+ # @param LayoutWidth: <p>布局输出的宽度,单位为像素。默认为1280像素。注:该值仅在画中画布局,且未设置PgmWidth时生效。</p>
1237
1232
  # @type LayoutWidth: Integer
1238
- # @param LayoutHeight: 布局输出的高度,单位为像素。
1239
- # 注:该参数仅在画中画布局,且未设置PgmHeight时生效。
1233
+ # @param LayoutHeight: <p>布局输出的高度,单位为像素。注:该参数仅在画中画布局,且未设置PgmHeight时生效。</p>
1240
1234
  # @type LayoutHeight: Integer
1241
1235
 
1242
1236
  attr_accessor :LayoutIndex, :LayoutTemplateId, :InputIndexList, :LayoutParams, :LayoutWidth, :LayoutHeight
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1180
4
+ version: 3.0.1183
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-09 00:00:00.000000000 Z
11
+ date: 2025-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common