tencentcloud-sdk-live 3.0.830 → 3.0.832

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 +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0e7964ee3ac78f2cba0f3de44ef4254b91378c5
4
- data.tar.gz: aed2ab5a258e90d225c38f51c36e12a97e40e469
3
+ metadata.gz: da0c9f6cd488e068a7ae5c06bccd5ad6f92f7378
4
+ data.tar.gz: 98b4c6c1485f2c43696067d60af524e1a6d7b89a
5
5
  SHA512:
6
- metadata.gz: 6ad0abb6a745998de0c6bd2e84e3eb48d4491aa41aa55bb9dd8d7c42bd5ef89a6e0787cfa41e2b1f516be803e9d135e1475377f924522f0cf21b6fec0011964a
7
- data.tar.gz: e32ef02d1dd90e8548d2ce5d3b2532dbcf997962d6ec12c9ee3851e3717804f7ad8d094a357570dcaa0ed3ce8ce209947b8f3976b5b8b3bf240d656298db0f76
6
+ metadata.gz: 876ec565fe3b38ac6e4fc53416ac1b937cc3401a96f6508c6975e5b4aa362854f641c728285e3f4ea0ddc45fa3ef91d439d1466d30da2dd5e47448d57e9029a9
7
+ data.tar.gz: ea7d28d76e3ad0fe86e5ee4e76d868dddbada52550a23de120ecb13040805eba3b5cb4956b872e7a51bf25f4c6f6a2b3296df68f6024d8346178a240ae30bebd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.830
1
+ 3.0.832
@@ -1470,10 +1470,12 @@ module TencentCloud
1470
1470
  # @type RecordTemplateId: String
1471
1471
  # @param BackupToUrl: 新的目标地址,用于任务同时推两路场景。
1472
1472
  # @type BackupToUrl: String
1473
+ # @param TranscodeTemplateName: 直播转码模板,使用云直播的转码功能进行转码后再转推出去。转码模板需在云直播控制台创建。
1474
+ # @type TranscodeTemplateName: String
1473
1475
 
1474
- attr_accessor :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :StartTime, :EndTime, :Operator, :PushArgs, :CallbackEvents, :VodLoopTimes, :VodRefreshType, :CallbackUrl, :ExtraCmd, :SpecifyTaskId, :Comment, :ToUrl, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId, :BackupToUrl
1476
+ attr_accessor :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :StartTime, :EndTime, :Operator, :PushArgs, :CallbackEvents, :VodLoopTimes, :VodRefreshType, :CallbackUrl, :ExtraCmd, :SpecifyTaskId, :Comment, :ToUrl, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId, :BackupToUrl, :TranscodeTemplateName
1475
1477
 
1476
- def initialize(sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, operator=nil, pushargs=nil, callbackevents=nil, vodlooptimes=nil, vodrefreshtype=nil, callbackurl=nil, extracmd=nil, specifytaskid=nil, comment=nil, tourl=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil, backuptourl=nil)
1478
+ def initialize(sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, operator=nil, pushargs=nil, callbackevents=nil, vodlooptimes=nil, vodrefreshtype=nil, callbackurl=nil, extracmd=nil, specifytaskid=nil, comment=nil, tourl=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil, backuptourl=nil, transcodetemplatename=nil)
1477
1479
  @SourceType = sourcetype
1478
1480
  @SourceUrls = sourceurls
1479
1481
  @DomainName = domainname
@@ -1497,6 +1499,7 @@ module TencentCloud
1497
1499
  @VodLocalMode = vodlocalmode
1498
1500
  @RecordTemplateId = recordtemplateid
1499
1501
  @BackupToUrl = backuptourl
1502
+ @TranscodeTemplateName = transcodetemplatename
1500
1503
  end
1501
1504
 
1502
1505
  def deserialize(params)
@@ -1530,6 +1533,7 @@ module TencentCloud
1530
1533
  @VodLocalMode = params['VodLocalMode']
1531
1534
  @RecordTemplateId = params['RecordTemplateId']
1532
1535
  @BackupToUrl = params['BackupToUrl']
1536
+ @TranscodeTemplateName = params['TranscodeTemplateName']
1533
1537
  end
1534
1538
  end
1535
1539
 
@@ -10918,10 +10922,13 @@ module TencentCloud
10918
10922
  # @param BackupToUrl: 新增的推流地址。用于单任务推两路场景。
10919
10923
  # 注意:此字段可能返回 null,表示取不到有效值。
10920
10924
  # @type BackupToUrl: String
10925
+ # @param TranscodeTemplateName: 直播转码模板。
10926
+ # 注意:此字段可能返回 null,表示取不到有效值。
10927
+ # @type TranscodeTemplateName: String
10921
10928
 
10922
- attr_accessor :TaskId, :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :PushArgs, :StartTime, :EndTime, :Region, :VodLoopTimes, :VodRefreshType, :CreateTime, :UpdateTime, :CreateBy, :UpdateBy, :CallbackUrl, :CallbackEvents, :CallbackInfo, :ErrorInfo, :Status, :RecentPullInfo, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId, :BackupToUrl
10929
+ attr_accessor :TaskId, :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :PushArgs, :StartTime, :EndTime, :Region, :VodLoopTimes, :VodRefreshType, :CreateTime, :UpdateTime, :CreateBy, :UpdateBy, :CallbackUrl, :CallbackEvents, :CallbackInfo, :ErrorInfo, :Status, :RecentPullInfo, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId, :BackupToUrl, :TranscodeTemplateName
10923
10930
 
10924
- def initialize(taskid=nil, sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, pushargs=nil, starttime=nil, endtime=nil, region=nil, vodlooptimes=nil, vodrefreshtype=nil, createtime=nil, updatetime=nil, createby=nil, updateby=nil, callbackurl=nil, callbackevents=nil, callbackinfo=nil, errorinfo=nil, status=nil, recentpullinfo=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil, backuptourl=nil)
10931
+ def initialize(taskid=nil, sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, pushargs=nil, starttime=nil, endtime=nil, region=nil, vodlooptimes=nil, vodrefreshtype=nil, createtime=nil, updatetime=nil, createby=nil, updateby=nil, callbackurl=nil, callbackevents=nil, callbackinfo=nil, errorinfo=nil, status=nil, recentpullinfo=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil, backuptourl=nil, transcodetemplatename=nil)
10925
10932
  @TaskId = taskid
10926
10933
  @SourceType = sourcetype
10927
10934
  @SourceUrls = sourceurls
@@ -10951,6 +10958,7 @@ module TencentCloud
10951
10958
  @VodLocalMode = vodlocalmode
10952
10959
  @RecordTemplateId = recordtemplateid
10953
10960
  @BackupToUrl = backuptourl
10961
+ @TranscodeTemplateName = transcodetemplatename
10954
10962
  end
10955
10963
 
10956
10964
  def deserialize(params)
@@ -10993,6 +11001,7 @@ module TencentCloud
10993
11001
  @VodLocalMode = params['VodLocalMode']
10994
11002
  @RecordTemplateId = params['RecordTemplateId']
10995
11003
  @BackupToUrl = params['BackupToUrl']
11004
+ @TranscodeTemplateName = params['TranscodeTemplateName']
10996
11005
  end
10997
11006
  end
10998
11007
 
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.830
4
+ version: 3.0.832
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common