tencentcloud-sdk-mps 3.0.1123 → 3.0.1125

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/v20190612/models.rb +23 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fea34a8e9cb09e0b0f7ff83beaa5aad6094c7878
4
- data.tar.gz: 668cb63c2ee9d44fe83c3d42fb59ce73ba166717
3
+ metadata.gz: 7560f7e79769067717e0a352dbe92f498bfa6659
4
+ data.tar.gz: 67a1cb393dc826c4be020fde6106402bcf23897d
5
5
  SHA512:
6
- metadata.gz: 0522a55322d9ad19eb11faaebba967dd32b9bc3e0b3b9a5ef20ea1581930957574c5344cfdbf2fe12872dcea74e744864f00fc7c82085f0466f297ec23e04c4c
7
- data.tar.gz: cc157e957314f27094fa87c875fd58f04f88ef622f25753727cb7ccf3485ae5bd898e355faa8168ebcf3f12bc3ec41bec262433af4ac6a45484f837c520d2cd7
6
+ metadata.gz: 55d5b5beae8b621a06f91c5868c02a7ec9546cebb7597a87f8cc4b2c04859b8ccfd40c0cfe5e12e71c377ebb6a7aee3326d457e423b45722085ae7b60c7eaf10
7
+ data.tar.gz: a22b8b5c7a9c8cb27a22397f14783bf3c9b448b9930e2e1ffe191f1865607e0969a75c76d390563edf3d259754c99aaf114eed48d0327dc16324995d458e97c0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1123
1
+ 3.0.1125
@@ -7294,14 +7294,17 @@ module TencentCloud
7294
7294
  # @type Name: String
7295
7295
  # @param Comment: 模板描述信息,长度限制:256 个字符。
7296
7296
  # @type Comment: String
7297
+ # @param RecordType: 录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。不填时默认值为video。
7298
+ # @type RecordType: String
7297
7299
 
7298
- attr_accessor :HLSConfigure, :MP4Configure, :Name, :Comment
7300
+ attr_accessor :HLSConfigure, :MP4Configure, :Name, :Comment, :RecordType
7299
7301
 
7300
- def initialize(hlsconfigure=nil, mp4configure=nil, name=nil, comment=nil)
7302
+ def initialize(hlsconfigure=nil, mp4configure=nil, name=nil, comment=nil, recordtype=nil)
7301
7303
  @HLSConfigure = hlsconfigure
7302
7304
  @MP4Configure = mp4configure
7303
7305
  @Name = name
7304
7306
  @Comment = comment
7307
+ @RecordType = recordtype
7305
7308
  end
7306
7309
 
7307
7310
  def deserialize(params)
@@ -7315,6 +7318,7 @@ module TencentCloud
7315
7318
  end
7316
7319
  @Name = params['Name']
7317
7320
  @Comment = params['Comment']
7321
+ @RecordType = params['RecordType']
7318
7322
  end
7319
7323
  end
7320
7324
 
@@ -15726,10 +15730,12 @@ module TencentCloud
15726
15730
  # @type CreateTime: String
15727
15731
  # @param UpdateTime: 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
15728
15732
  # @type UpdateTime: String
15733
+ # @param RecordType: 录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。
15734
+ # @type RecordType: String
15729
15735
 
15730
- attr_accessor :Definition, :HLSConfigure, :MP4Configure, :Name, :Comment, :Type, :CreateTime, :UpdateTime
15736
+ attr_accessor :Definition, :HLSConfigure, :MP4Configure, :Name, :Comment, :Type, :CreateTime, :UpdateTime, :RecordType
15731
15737
 
15732
- def initialize(definition=nil, hlsconfigure=nil, mp4configure=nil, name=nil, comment=nil, type=nil, createtime=nil, updatetime=nil)
15738
+ def initialize(definition=nil, hlsconfigure=nil, mp4configure=nil, name=nil, comment=nil, type=nil, createtime=nil, updatetime=nil, recordtype=nil)
15733
15739
  @Definition = definition
15734
15740
  @HLSConfigure = hlsconfigure
15735
15741
  @MP4Configure = mp4configure
@@ -15738,6 +15744,7 @@ module TencentCloud
15738
15744
  @Type = type
15739
15745
  @CreateTime = createtime
15740
15746
  @UpdateTime = updatetime
15747
+ @RecordType = recordtype
15741
15748
  end
15742
15749
 
15743
15750
  def deserialize(params)
@@ -15755,6 +15762,7 @@ module TencentCloud
15755
15762
  @Type = params['Type']
15756
15763
  @CreateTime = params['CreateTime']
15757
15764
  @UpdateTime = params['UpdateTime']
15765
+ @RecordType = params['RecordType']
15758
15766
  end
15759
15767
  end
15760
15768
 
@@ -16747,20 +16755,20 @@ module TencentCloud
16747
16755
  # 任务处理的事件通知配置。
16748
16756
  class LiveStreamTaskNotifyConfig < TencentCloud::Common::AbstractModel
16749
16757
  # @param NotifyType: 通知类型:
16750
- # "CMQ":回调消息写入cmq队列;
16758
+ # TDMQ-CMQ:消息队列
16751
16759
  # "URL": 指定URL时HTTP回调推送到 NotifyUrl 指定的地址,回调协议http+json,包体内容同[解析直播事件通知接口](https://cloud.tencent.com/document/product/862/39229) 的输出参数
16752
16760
 
16753
16761
  # <font color="red"> 注:不填或为空时默认 CMQ,如需采用其他类型需填写对应类型值。 </font>
16754
16762
  # @type NotifyType: String
16755
16763
  # @param NotifyUrl: HTTP回调地址,NotifyType为URL时必填。
16756
16764
  # @type NotifyUrl: String
16757
- # @param CmqModel: CMQ 的模型,有 Queue 和 Topic 两种,目前仅支持 Queue。
16765
+ # @param CmqModel: Queue 和 Topic 两种模型。
16758
16766
  # @type CmqModel: String
16759
- # @param CmqRegion: CMQ 的园区,如 sh,bj 等。
16767
+ # @param CmqRegion: TDMQ-CMQ 的园区,如 sh,bj 等。
16760
16768
  # @type CmqRegion: String
16761
- # @param QueueName: 当模型为 Queue 时有效,表示接收事件通知的 CMQ 的队列名。
16769
+ # @param QueueName: 当模型为 Queue 时有效,表示接收事件通知的 TDMQ-CMQ 的队列名。
16762
16770
  # @type QueueName: String
16763
- # @param TopicName: 当模型为 Topic 时有效,表示接收事件通知的 CMQ 的主题名。
16771
+ # @param TopicName: 当模型为 Topic 时有效,表示接收事件通知的 TDMQ-CMQ 的主题名。
16764
16772
  # @type TopicName: String
16765
16773
  # @param NotifyKey: 用于生成回调签名的 Key。
16766
16774
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -18968,15 +18976,18 @@ module TencentCloud
18968
18976
  # @type Name: String
18969
18977
  # @param Comment: 模板描述信息,长度限制:256 个字符。
18970
18978
  # @type Comment: String
18979
+ # @param RecordType: 录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。
18980
+ # @type RecordType: String
18971
18981
 
18972
- attr_accessor :Definition, :HLSConfigure, :MP4Configure, :Name, :Comment
18982
+ attr_accessor :Definition, :HLSConfigure, :MP4Configure, :Name, :Comment, :RecordType
18973
18983
 
18974
- def initialize(definition=nil, hlsconfigure=nil, mp4configure=nil, name=nil, comment=nil)
18984
+ def initialize(definition=nil, hlsconfigure=nil, mp4configure=nil, name=nil, comment=nil, recordtype=nil)
18975
18985
  @Definition = definition
18976
18986
  @HLSConfigure = hlsconfigure
18977
18987
  @MP4Configure = mp4configure
18978
18988
  @Name = name
18979
18989
  @Comment = comment
18990
+ @RecordType = recordtype
18980
18991
  end
18981
18992
 
18982
18993
  def deserialize(params)
@@ -18991,6 +19002,7 @@ module TencentCloud
18991
19002
  end
18992
19003
  @Name = params['Name']
18993
19004
  @Comment = params['Comment']
19005
+ @RecordType = params['RecordType']
18994
19006
  end
18995
19007
  end
18996
19008
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1123
4
+ version: 3.0.1125
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-08-14 00:00:00.000000000 Z
11
+ date: 2025-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common