tencentcloud-sdk-trtc 3.0.770 → 3.0.772

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: d590b4174241036d06bbd899c7be1268bc62e67e
4
- data.tar.gz: 6bd5d2c328785ee3ed274077e93fe10f6bfd6b62
3
+ metadata.gz: 5a091d781882d19d33a7adc314c6a5e3f2e55f64
4
+ data.tar.gz: 59670711a28fa28c30192409173f39be94636d99
5
5
  SHA512:
6
- metadata.gz: fc21a6e196174096a515e5188e77e27882202508dc246082206e759856096c99a76d89807ccf16c908194f79718525bd6dc6d30e2ba7723ae85281a72eb1cd04
7
- data.tar.gz: 2ce00cfea9216e6ab681c11ef0379ed7e137e1a093c8b4685637b599b25cd9954e8487e77ab5d23277ae273a67ebf2e6960a71e00abc970aa438d6d3862cc328
6
+ metadata.gz: d8a26c17e8cb17b1ca7934ddd71715eb347290521e8f6c5de60757fe68684d0d72b5fca63b357dc46ac9542cbddf737df710ed826cccc93c2665b51ef1eed84c
7
+ data.tar.gz: ea93567a202dd602addfc486c108dbae47eb12cde3f96daf556c5a87d996620bc170b6a6cdf6ea84a6412d23638d82935a5c07b62faa2dab92c60f3265a85e00
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.770
1
+ 3.0.772
@@ -2655,10 +2655,12 @@ module TencentCloud
2655
2655
  # @type BackGroundColor: String
2656
2656
  # @param DynamicPosType: 动态水印类型,默认为0。0:关闭;1:随机位置,每秒变动一次;2:边界扫描反弹,每帧变动一次。
2657
2657
  # @type DynamicPosType: Integer
2658
+ # @param ZOrder: 水印在输出时的层级,不填默认为0。
2659
+ # @type ZOrder: Integer
2658
2660
 
2659
- attr_accessor :Text, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :FontSize, :FontColor, :BackGroundColor, :DynamicPosType
2661
+ attr_accessor :Text, :WaterMarkWidth, :WaterMarkHeight, :LocationX, :LocationY, :FontSize, :FontColor, :BackGroundColor, :DynamicPosType, :ZOrder
2660
2662
 
2661
- def initialize(text=nil, watermarkwidth=nil, watermarkheight=nil, locationx=nil, locationy=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil, dynamicpostype=nil)
2663
+ def initialize(text=nil, watermarkwidth=nil, watermarkheight=nil, locationx=nil, locationy=nil, fontsize=nil, fontcolor=nil, backgroundcolor=nil, dynamicpostype=nil, zorder=nil)
2662
2664
  @Text = text
2663
2665
  @WaterMarkWidth = watermarkwidth
2664
2666
  @WaterMarkHeight = watermarkheight
@@ -2668,6 +2670,7 @@ module TencentCloud
2668
2670
  @FontColor = fontcolor
2669
2671
  @BackGroundColor = backgroundcolor
2670
2672
  @DynamicPosType = dynamicpostype
2673
+ @ZOrder = zorder
2671
2674
  end
2672
2675
 
2673
2676
  def deserialize(params)
@@ -2680,6 +2683,7 @@ module TencentCloud
2680
2683
  @FontColor = params['FontColor']
2681
2684
  @BackGroundColor = params['BackGroundColor']
2682
2685
  @DynamicPosType = params['DynamicPosType']
2686
+ @ZOrder = params['ZOrder']
2683
2687
  end
2684
2688
  end
2685
2689
 
@@ -3763,7 +3767,7 @@ module TencentCloud
3763
3767
  # @type PublishCdnParams: Array
3764
3768
  # @param SeiParams: 混流SEI参数
3765
3769
  # @type SeiParams: :class:`Tencentcloud::Trtc.v20190722.models.McuSeiParams`
3766
- # @param FeedBackRoomParams: 回推房间信息,和转推CDN参数必须要有一个。注:回推房间需使用特殊的SDK版本,如您有需求,请联系腾讯云技术支持。
3770
+ # @param FeedBackRoomParams: 回推房间信息,和转推CDN参数必须要有一个。注:回推房间需使用10.4及以上SDK版本,如您有需求,请联系腾讯云技术支持。
3767
3771
  # @type FeedBackRoomParams: Array
3768
3772
 
3769
3773
  attr_accessor :SdkAppId, :RoomId, :RoomIdType, :AgentParams, :WithTranscoding, :AudioParams, :VideoParams, :SingleSubscribeParams, :PublishCdnParams, :SeiParams, :FeedBackRoomParams
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: 3.0.770
4
+ version: 3.0.772
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-02-27 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common