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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190722/models.rb +7 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a091d781882d19d33a7adc314c6a5e3f2e55f64
|
4
|
+
data.tar.gz: 59670711a28fa28c30192409173f39be94636d99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8a26c17e8cb17b1ca7934ddd71715eb347290521e8f6c5de60757fe68684d0d72b5fca63b357dc46ac9542cbddf737df710ed826cccc93c2665b51ef1eed84c
|
7
|
+
data.tar.gz: ea93567a202dd602addfc486c108dbae47eb12cde3f96daf556c5a87d996620bc170b6a6cdf6ea84a6412d23638d82935a5c07b62faa2dab92c60f3265a85e00
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.772
|
data/lib/v20190722/models.rb
CHANGED
@@ -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
|
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.
|
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-
|
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
|