tencentcloud-sdk-python-trtc 3.0.1406__py2.py3-none-any.whl → 3.0.1408__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of tencentcloud-sdk-python-trtc might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/trtc/v20190722/models.py +6 -6
- {tencentcloud_sdk_python_trtc-3.0.1406.dist-info → tencentcloud_sdk_python_trtc-3.0.1408.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_trtc-3.0.1408.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_trtc-3.0.1406.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_trtc-3.0.1406.dist-info → tencentcloud_sdk_python_trtc-3.0.1408.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_trtc-3.0.1406.dist-info → tencentcloud_sdk_python_trtc-3.0.1408.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -9122,15 +9122,15 @@ class MixLayoutParams(AbstractModel):
|
|
|
9122
9122
|
:type MediaId: int
|
|
9123
9123
|
:param _BackgroundImageUrl: 图片的url地址,只支持jpg, png, jpeg,大小限制不超过5M。注意,url必须携带格式后缀,url内只支持特定的字符串, 范围是a-z A-Z 0-9 '-', '.', '_', '~', ':', '/', '?', '#', '[', ']' '@', '!', '&', '(', ')', '*', '+', ',', '%', '='
|
|
9124
9124
|
:type BackgroundImageUrl: str
|
|
9125
|
-
:param _PlaceHolderMode: 设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0
|
|
9125
|
+
:param _PlaceHolderMode: 设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行音视频时可显示对应的占位图。
|
|
9126
9126
|
:type PlaceHolderMode: int
|
|
9127
|
-
:param _BackgroundImageRenderMode: 背景画面宽高比不一致的时候处理方案,与
|
|
9127
|
+
:param _BackgroundImageRenderMode: 背景画面宽高比不一致的时候处理方案,与MixLayoutList定义的RenderMode一致。
|
|
9128
9128
|
:type BackgroundImageRenderMode: int
|
|
9129
9129
|
:param _DefaultSubBackgroundImage: 子画面占位图url地址,只支持jpg, png, jpeg,大小限制不超过5M。注意,url必须携带格式后缀,url内只支持特定的字符串, 范围是a-z A-Z 0-9 '-', '.', '_', '~', ':', '/', '?', '#', '[', ']' '@', '!', '&', '(', ')', '*', '+', ',', '%', '='
|
|
9130
9130
|
:type DefaultSubBackgroundImage: str
|
|
9131
9131
|
:param _WaterMarkList: 水印布局参数, 最多支持25个。
|
|
9132
9132
|
:type WaterMarkList: list of WaterMark
|
|
9133
|
-
:param _RenderMode: 模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与
|
|
9133
|
+
:param _RenderMode: 模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoutList定义的RenderMode一致。
|
|
9134
9134
|
:type RenderMode: int
|
|
9135
9135
|
:param _MaxResolutionUserAlign: 屏幕分享模板有效。设置为1时代表大画面居右,小画面居左布局。默认为0。
|
|
9136
9136
|
:type MaxResolutionUserAlign: int
|
|
@@ -9231,7 +9231,7 @@ class MixLayoutParams(AbstractModel):
|
|
|
9231
9231
|
|
|
9232
9232
|
@property
|
|
9233
9233
|
def PlaceHolderMode(self):
|
|
9234
|
-
"""设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0
|
|
9234
|
+
"""设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行音视频时可显示对应的占位图。
|
|
9235
9235
|
:rtype: int
|
|
9236
9236
|
"""
|
|
9237
9237
|
return self._PlaceHolderMode
|
|
@@ -9242,7 +9242,7 @@ class MixLayoutParams(AbstractModel):
|
|
|
9242
9242
|
|
|
9243
9243
|
@property
|
|
9244
9244
|
def BackgroundImageRenderMode(self):
|
|
9245
|
-
"""背景画面宽高比不一致的时候处理方案,与
|
|
9245
|
+
"""背景画面宽高比不一致的时候处理方案,与MixLayoutList定义的RenderMode一致。
|
|
9246
9246
|
:rtype: int
|
|
9247
9247
|
"""
|
|
9248
9248
|
return self._BackgroundImageRenderMode
|
|
@@ -9275,7 +9275,7 @@ class MixLayoutParams(AbstractModel):
|
|
|
9275
9275
|
|
|
9276
9276
|
@property
|
|
9277
9277
|
def RenderMode(self):
|
|
9278
|
-
"""模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与
|
|
9278
|
+
"""模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoutList定义的RenderMode一致。
|
|
9279
9279
|
:rtype: int
|
|
9280
9280
|
"""
|
|
9281
9281
|
return self._RenderMode
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-trtc
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1408
|
|
4
4
|
Summary: Tencent Cloud Trtc SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1408)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=Rcc8j3HFeD9AvC7omudkd6TN3PeFbhsRaWqvWFeLgY0,631
|
|
2
|
+
tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/trtc/v20190722/errorcodes.py,sha256=p8nnSmWbd2IoGYa5x5ZKKLfKJpfSZdz9so867X4eCQ8,12729
|
|
5
|
+
tencentcloud/trtc/v20190722/models.py,sha256=HfoJwROmFNeT7tVhcJJekeJ50wKC6zVX6uUs8fft78o,598391
|
|
6
|
+
tencentcloud/trtc/v20190722/trtc_client.py,sha256=AmejLPaS3rkN-Ne2p-L9gvp1d3fH8xeiUWC19wA6pmA,82726
|
|
7
|
+
tencentcloud_sdk_python_trtc-3.0.1408.dist-info/METADATA,sha256=M_MpVZiMIce_BtuKYsos2v681RPSmkPQS7frc45-h8Y,1501
|
|
8
|
+
tencentcloud_sdk_python_trtc-3.0.1408.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_trtc-3.0.1408.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_trtc-3.0.1408.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=GMxEk0whnix5vfIuAxf5bkBfJ-D1uc592YQ6xSAXmRA,631
|
|
2
|
-
tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/trtc/v20190722/errorcodes.py,sha256=p8nnSmWbd2IoGYa5x5ZKKLfKJpfSZdz9so867X4eCQ8,12729
|
|
5
|
-
tencentcloud/trtc/v20190722/models.py,sha256=eeG4Q_pQef4yITKdRkpqNeh8rk6WGSNN-PkEwJWvjqM,598385
|
|
6
|
-
tencentcloud/trtc/v20190722/trtc_client.py,sha256=AmejLPaS3rkN-Ne2p-L9gvp1d3fH8xeiUWC19wA6pmA,82726
|
|
7
|
-
tencentcloud_sdk_python_trtc-3.0.1406.dist-info/METADATA,sha256=V74wHPk2yYlM3REiJghZAHNGaCV1AIkdkmaJsbIAU2I,1501
|
|
8
|
-
tencentcloud_sdk_python_trtc-3.0.1406.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_trtc-3.0.1406.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_trtc-3.0.1406.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|