tencentcloud-sdk-live 1.0.279 → 1.0.282

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 +53 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06fef3079744ec7decc291421b87d618a90378c6
4
- data.tar.gz: bc84cf24bb1335e4503f77edbfd1d5bf705e0b35
3
+ metadata.gz: 4a1c2aa6b924c0b38ab3f30579b7ded8a2d78fba
4
+ data.tar.gz: fbfa59ec215c77a7b7b11f8b47918d8aa87f53a3
5
5
  SHA512:
6
- metadata.gz: 9d5f3b4acff09a7efdda3e889e4b45022480047c45821582e5d34952e13211a2fb2389b78efebe85bd93a7f178c62ff05d720e5e10d5600841ecb395ef870d0c
7
- data.tar.gz: a085ecefc46dac8b1d47dd8ba506e22ebf0afefd35a8c7fc40acf5d2d5bb4c1869125e5424a01cadb7016dd7d8aaa2078be5dbe718e8387ccc9c35644bea1b25
6
+ metadata.gz: ff9ac3808f662f7d07f015f96187e63b07864c3002f98ee86be22c0c4e9df9a0dc24411fbe5d2546e7b990d70f21541035cdcec8874dcf76a74728f6f7ae6447
7
+ data.tar.gz: 392a1677fd364777dc08c1cf91096ad2ce665df6eb035fc584703979c6ffcc0168ed83827c7a08ac84d742ce91a248ffca7daf6bb321b73d0bfaa2e71d102302
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.279
1
+ 1.0.282
@@ -1172,10 +1172,21 @@ module TencentCloud
1172
1172
  # @type ExtraCmd: String
1173
1173
  # @param Comment: 任务描述,限制 512 字节。
1174
1174
  # @type Comment: String
1175
+ # @param BackupSourceType: 备源的类型:
1176
+ # PullLivePushLive -直播,
1177
+ # PullVodPushLive -点播。
1178
+ # 注意:
1179
+ # 1. 仅当主源类型为直播源时,备源才会生效。
1180
+ # 2. 主直播源拉流中断时,自动使用备源进行拉流。
1181
+ # 3. 如果备源为点播文件时,则每次轮播完点播文件就检查主源是否恢复,如果主源恢复则自动切回到主源,否则继续拉备源。
1182
+ # @type BackupSourceType: String
1183
+ # @param BackupSourceUrl: 备源 URL。
1184
+ # 只允许填一个备源 URL
1185
+ # @type BackupSourceUrl: String
1175
1186
 
1176
- attr_accessor :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :StartTime, :EndTime, :Operator, :PushArgs, :CallbackEvents, :VodLoopTimes, :VodRefreshType, :CallbackUrl, :ExtraCmd, :Comment
1187
+ attr_accessor :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :StartTime, :EndTime, :Operator, :PushArgs, :CallbackEvents, :VodLoopTimes, :VodRefreshType, :CallbackUrl, :ExtraCmd, :Comment, :BackupSourceType, :BackupSourceUrl
1177
1188
 
1178
- 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, comment=nil)
1189
+ 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, comment=nil, backupsourcetype=nil, backupsourceurl=nil)
1179
1190
  @SourceType = sourcetype
1180
1191
  @SourceUrls = sourceurls
1181
1192
  @DomainName = domainname
@@ -1191,6 +1202,8 @@ module TencentCloud
1191
1202
  @CallbackUrl = callbackurl
1192
1203
  @ExtraCmd = extracmd
1193
1204
  @Comment = comment
1205
+ @BackupSourceType = backupsourcetype
1206
+ @BackupSourceUrl = backupsourceurl
1194
1207
  end
1195
1208
 
1196
1209
  def deserialize(params)
@@ -1209,6 +1222,8 @@ module TencentCloud
1209
1222
  @CallbackUrl = params['CallbackUrl']
1210
1223
  @ExtraCmd = params['ExtraCmd']
1211
1224
  @Comment = params['Comment']
1225
+ @BackupSourceType = params['BackupSourceType']
1226
+ @BackupSourceUrl = params['BackupSourceUrl']
1212
1227
  end
1213
1228
  end
1214
1229
 
@@ -1388,10 +1403,12 @@ module TencentCloud
1388
1403
  # @type HlsSpecialParam: :class:`Tencentcloud::Live.v20180801.models.HlsSpecialParam`
1389
1404
  # @param Mp3Param: Mp3录制参数,开启Mp3录制时设置。
1390
1405
  # @type Mp3Param: :class:`Tencentcloud::Live.v20180801.models.RecordParam`
1406
+ # @param RemoveWatermark: 是否去除水印,类型为慢直播时此参数无效。
1407
+ # @type RemoveWatermark: Boolean
1391
1408
 
1392
- attr_accessor :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param
1409
+ attr_accessor :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param, :RemoveWatermark
1393
1410
 
1394
- def initialize(templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil)
1411
+ def initialize(templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil)
1395
1412
  @TemplateName = templatename
1396
1413
  @Description = description
1397
1414
  @FlvParam = flvparam
@@ -1401,6 +1418,7 @@ module TencentCloud
1401
1418
  @IsDelayLive = isdelaylive
1402
1419
  @HlsSpecialParam = hlsspecialparam
1403
1420
  @Mp3Param = mp3param
1421
+ @RemoveWatermark = removewatermark
1404
1422
  end
1405
1423
 
1406
1424
  def deserialize(params)
@@ -1431,6 +1449,7 @@ module TencentCloud
1431
1449
  @Mp3Param = RecordParam.new
1432
1450
  @Mp3Param.deserialize(params['Mp3Param'])
1433
1451
  end
1452
+ @RemoveWatermark = params['RemoveWatermark']
1434
1453
  end
1435
1454
  end
1436
1455
 
@@ -7303,10 +7322,21 @@ module TencentCloud
7303
7322
  # @type OffsetTime: Integer
7304
7323
  # @param Comment: 任务备注。
7305
7324
  # @type Comment: String
7325
+ # @param BackupSourceType: 备源的类型:
7326
+ # PullLivePushLive -直播,
7327
+ # PullVodPushLive -点播。
7328
+ # 注意:
7329
+ # 1. 仅当主源类型为直播源时,备源才会生效。
7330
+ # 2. 主直播源拉流中断时,自动使用备源进行拉流。
7331
+ # 3. 如果备源为点播文件时,则每次轮播完点播文件就检查主源是否恢复,如果主源恢复则自动切回到主源,否则继续拉备源。
7332
+ # @type BackupSourceType: String
7333
+ # @param BackupSourceUrl: 备源 URL。
7334
+ # 只允许填一个备源 URL
7335
+ # @type BackupSourceUrl: String
7306
7336
 
7307
- attr_accessor :TaskId, :Operator, :SourceUrls, :StartTime, :EndTime, :VodLoopTimes, :VodRefreshType, :Status, :CallbackEvents, :CallbackUrl, :FileIndex, :OffsetTime, :Comment
7337
+ attr_accessor :TaskId, :Operator, :SourceUrls, :StartTime, :EndTime, :VodLoopTimes, :VodRefreshType, :Status, :CallbackEvents, :CallbackUrl, :FileIndex, :OffsetTime, :Comment, :BackupSourceType, :BackupSourceUrl
7308
7338
 
7309
- def initialize(taskid=nil, operator=nil, sourceurls=nil, starttime=nil, endtime=nil, vodlooptimes=nil, vodrefreshtype=nil, status=nil, callbackevents=nil, callbackurl=nil, fileindex=nil, offsettime=nil, comment=nil)
7339
+ def initialize(taskid=nil, operator=nil, sourceurls=nil, starttime=nil, endtime=nil, vodlooptimes=nil, vodrefreshtype=nil, status=nil, callbackevents=nil, callbackurl=nil, fileindex=nil, offsettime=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil)
7310
7340
  @TaskId = taskid
7311
7341
  @Operator = operator
7312
7342
  @SourceUrls = sourceurls
@@ -7320,6 +7350,8 @@ module TencentCloud
7320
7350
  @FileIndex = fileindex
7321
7351
  @OffsetTime = offsettime
7322
7352
  @Comment = comment
7353
+ @BackupSourceType = backupsourcetype
7354
+ @BackupSourceUrl = backupsourceurl
7323
7355
  end
7324
7356
 
7325
7357
  def deserialize(params)
@@ -7336,6 +7368,8 @@ module TencentCloud
7336
7368
  @FileIndex = params['FileIndex']
7337
7369
  @OffsetTime = params['OffsetTime']
7338
7370
  @Comment = params['Comment']
7371
+ @BackupSourceType = params['BackupSourceType']
7372
+ @BackupSourceUrl = params['BackupSourceUrl']
7339
7373
  end
7340
7374
  end
7341
7375
 
@@ -7426,10 +7460,12 @@ module TencentCloud
7426
7460
  # @type HlsSpecialParam: :class:`Tencentcloud::Live.v20180801.models.HlsSpecialParam`
7427
7461
  # @param Mp3Param: MP3 录制参数,开启 MP3 录制时设置。
7428
7462
  # @type Mp3Param: :class:`Tencentcloud::Live.v20180801.models.RecordParam`
7463
+ # @param RemoveWatermark: 是否去除水印,类型为慢直播时此参数无效。
7464
+ # @type RemoveWatermark: Boolean
7429
7465
 
7430
- attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :HlsSpecialParam, :Mp3Param
7466
+ attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :HlsSpecialParam, :Mp3Param, :RemoveWatermark
7431
7467
 
7432
- def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, hlsspecialparam=nil, mp3param=nil)
7468
+ def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil)
7433
7469
  @TemplateId = templateid
7434
7470
  @TemplateName = templatename
7435
7471
  @Description = description
@@ -7439,6 +7475,7 @@ module TencentCloud
7439
7475
  @AacParam = aacparam
7440
7476
  @HlsSpecialParam = hlsspecialparam
7441
7477
  @Mp3Param = mp3param
7478
+ @RemoveWatermark = removewatermark
7442
7479
  end
7443
7480
 
7444
7481
  def deserialize(params)
@@ -7469,6 +7506,7 @@ module TencentCloud
7469
7506
  @Mp3Param = RecordParam.new
7470
7507
  @Mp3Param.deserialize(params['Mp3Param'])
7471
7508
  end
7509
+ @RemoveWatermark = params['RemoveWatermark']
7472
7510
  end
7473
7511
  end
7474
7512
 
@@ -8650,10 +8688,13 @@ module TencentCloud
8650
8688
  # @type HlsSpecialParam: :class:`Tencentcloud::Live.v20180801.models.HlsSpecialParam`
8651
8689
  # @param Mp3Param: MP3 录制参数。
8652
8690
  # @type Mp3Param: :class:`Tencentcloud::Live.v20180801.models.RecordParam`
8691
+ # @param RemoveWatermark: 是否去除水印。
8692
+ # 注意:此字段可能返回 null,表示取不到有效值。
8693
+ # @type RemoveWatermark: Boolean
8653
8694
 
8654
- attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param
8695
+ attr_accessor :TemplateId, :TemplateName, :Description, :FlvParam, :HlsParam, :Mp4Param, :AacParam, :IsDelayLive, :HlsSpecialParam, :Mp3Param, :RemoveWatermark
8655
8696
 
8656
- def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil)
8697
+ def initialize(templateid=nil, templatename=nil, description=nil, flvparam=nil, hlsparam=nil, mp4param=nil, aacparam=nil, isdelaylive=nil, hlsspecialparam=nil, mp3param=nil, removewatermark=nil)
8657
8698
  @TemplateId = templateid
8658
8699
  @TemplateName = templatename
8659
8700
  @Description = description
@@ -8664,6 +8705,7 @@ module TencentCloud
8664
8705
  @IsDelayLive = isdelaylive
8665
8706
  @HlsSpecialParam = hlsspecialparam
8666
8707
  @Mp3Param = mp3param
8708
+ @RemoveWatermark = removewatermark
8667
8709
  end
8668
8710
 
8669
8711
  def deserialize(params)
@@ -8695,6 +8737,7 @@ module TencentCloud
8695
8737
  @Mp3Param = RecordParam.new
8696
8738
  @Mp3Param.deserialize(params['Mp3Param'])
8697
8739
  end
8740
+ @RemoveWatermark = params['RemoveWatermark']
8698
8741
  end
8699
8742
  end
8700
8743
 
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: 1.0.279
4
+ version: 1.0.282
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-03-18 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common