tencentcloud-sdk-trtc 3.0.486 → 3.0.488
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 +6 -2
- 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: d8ee30007ee0ee99554423f9aa5d3403005460ba
|
4
|
+
data.tar.gz: 7523df99b033ffed63d40f5f6311e32dbd940646
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd71e1bfde90d4dc0f012eed51e6d5f2622681180d2e0ce3dd25d0234ff31c5249cafbb096b99b52a6fbe8b35d65f6615de3ee7fcd4bff4f8130828f2062a81f
|
7
|
+
data.tar.gz: 39e715e68c050a9914bac900aca3e7ab9cecb3e9477b37f3f145fd64c872c394b301c64e103d31178d3cdc65066a7cdc309e1b412916b7efad1e5bbc1d21ba3a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.488
|
data/lib/v20190722/models.rb
CHANGED
@@ -1824,10 +1824,12 @@ module TencentCloud
|
|
1824
1824
|
# @type PureAudioHoldPlaceMode: Integer
|
1825
1825
|
# @param WaterMarkParams: 水印参数。
|
1826
1826
|
# @type WaterMarkParams: :class:`Tencentcloud::Trtc.v20190722.models.WaterMarkParams`
|
1827
|
+
# @param RenderMode: 屏幕分享模板、悬浮模板、九宫格模板、画中画模版有效,画面在输出时的显示模式:0为裁剪,1为缩放,2为缩放并显示黑底,不填采用后台的默认渲染方式(屏幕分享大画面为缩放,其他为裁剪)。
|
1828
|
+
# @type RenderMode: Integer
|
1827
1829
|
|
1828
|
-
attr_accessor :Template, :MainVideoUserId, :MainVideoStreamType, :SmallVideoLayoutParams, :MainVideoRightAlign, :MixVideoUids, :PresetLayoutConfig, :PlaceHolderMode, :PureAudioHoldPlaceMode, :WaterMarkParams
|
1830
|
+
attr_accessor :Template, :MainVideoUserId, :MainVideoStreamType, :SmallVideoLayoutParams, :MainVideoRightAlign, :MixVideoUids, :PresetLayoutConfig, :PlaceHolderMode, :PureAudioHoldPlaceMode, :WaterMarkParams, :RenderMode
|
1829
1831
|
|
1830
|
-
def initialize(template=nil, mainvideouserid=nil, mainvideostreamtype=nil, smallvideolayoutparams=nil, mainvideorightalign=nil, mixvideouids=nil, presetlayoutconfig=nil, placeholdermode=nil, pureaudioholdplacemode=nil, watermarkparams=nil)
|
1832
|
+
def initialize(template=nil, mainvideouserid=nil, mainvideostreamtype=nil, smallvideolayoutparams=nil, mainvideorightalign=nil, mixvideouids=nil, presetlayoutconfig=nil, placeholdermode=nil, pureaudioholdplacemode=nil, watermarkparams=nil, rendermode=nil)
|
1831
1833
|
@Template = template
|
1832
1834
|
@MainVideoUserId = mainvideouserid
|
1833
1835
|
@MainVideoStreamType = mainvideostreamtype
|
@@ -1838,6 +1840,7 @@ module TencentCloud
|
|
1838
1840
|
@PlaceHolderMode = placeholdermode
|
1839
1841
|
@PureAudioHoldPlaceMode = pureaudioholdplacemode
|
1840
1842
|
@WaterMarkParams = watermarkparams
|
1843
|
+
@RenderMode = rendermode
|
1841
1844
|
end
|
1842
1845
|
|
1843
1846
|
def deserialize(params)
|
@@ -1864,6 +1867,7 @@ module TencentCloud
|
|
1864
1867
|
@WaterMarkParams = WaterMarkParams.new
|
1865
1868
|
@WaterMarkParams.deserialize(params['WaterMarkParams'])
|
1866
1869
|
end
|
1870
|
+
@RenderMode = params['RenderMode']
|
1867
1871
|
end
|
1868
1872
|
end
|
1869
1873
|
|
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.488
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|