tencentcloud-sdk-python-intl-en 3.0.1223__py2.py3-none-any.whl → 3.0.1224__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-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/billing/v20180709/models.py +32 -46
- tencentcloud/emr/v20190103/models.py +392 -35
- tencentcloud/intlpartnersmgt/v20220928/models.py +19 -6
- tencentcloud/iotcloud/v20210408/models.py +2 -2
- tencentcloud/mps/v20190612/models.py +254 -194
- tencentcloud/redis/v20180412/models.py +50 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +4724 -3397
- tencentcloud/ssl/v20191205/ssl_client.py +138 -0
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1224.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1224.dist-info}/RECORD +14 -14
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1224.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1224.dist-info}/top_level.txt +0 -0
|
@@ -551,11 +551,11 @@ class ActivityPara(AbstractModel):
|
|
|
551
551
|
:type TranscodeTask: :class:`tencentcloud.mps.v20190612.models.TranscodeTaskInput`
|
|
552
552
|
:param _AnimatedGraphicTask: An animated screenshot generation task.
|
|
553
553
|
:type AnimatedGraphicTask: :class:`tencentcloud.mps.v20190612.models.AnimatedGraphicTaskInput`
|
|
554
|
-
:param _SnapshotByTimeOffsetTask: A time point
|
|
554
|
+
:param _SnapshotByTimeOffsetTask: A time point screenshot task.
|
|
555
555
|
:type SnapshotByTimeOffsetTask: :class:`tencentcloud.mps.v20190612.models.SnapshotByTimeOffsetTaskInput`
|
|
556
|
-
:param _SampleSnapshotTask: A sampled
|
|
556
|
+
:param _SampleSnapshotTask: A sampled screenshot task.
|
|
557
557
|
:type SampleSnapshotTask: :class:`tencentcloud.mps.v20190612.models.SampleSnapshotTaskInput`
|
|
558
|
-
:param _ImageSpriteTask: An image sprite
|
|
558
|
+
:param _ImageSpriteTask: An image sprite screenshot task.
|
|
559
559
|
:type ImageSpriteTask: :class:`tencentcloud.mps.v20190612.models.ImageSpriteTaskInput`
|
|
560
560
|
:param _AdaptiveDynamicStreamingTask: An adaptive bitrate streaming task.
|
|
561
561
|
:type AdaptiveDynamicStreamingTask: :class:`tencentcloud.mps.v20190612.models.AdaptiveDynamicStreamingTaskInput`
|
|
@@ -608,7 +608,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
608
608
|
|
|
609
609
|
@property
|
|
610
610
|
def SnapshotByTimeOffsetTask(self):
|
|
611
|
-
"""A time point
|
|
611
|
+
"""A time point screenshot task.
|
|
612
612
|
:rtype: :class:`tencentcloud.mps.v20190612.models.SnapshotByTimeOffsetTaskInput`
|
|
613
613
|
"""
|
|
614
614
|
return self._SnapshotByTimeOffsetTask
|
|
@@ -619,7 +619,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
619
619
|
|
|
620
620
|
@property
|
|
621
621
|
def SampleSnapshotTask(self):
|
|
622
|
-
"""A sampled
|
|
622
|
+
"""A sampled screenshot task.
|
|
623
623
|
:rtype: :class:`tencentcloud.mps.v20190612.models.SampleSnapshotTaskInput`
|
|
624
624
|
"""
|
|
625
625
|
return self._SampleSnapshotTask
|
|
@@ -630,7 +630,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
630
630
|
|
|
631
631
|
@property
|
|
632
632
|
def ImageSpriteTask(self):
|
|
633
|
-
"""An image sprite
|
|
633
|
+
"""An image sprite screenshot task.
|
|
634
634
|
:rtype: :class:`tencentcloud.mps.v20190612.models.ImageSpriteTaskInput`
|
|
635
635
|
"""
|
|
636
636
|
return self._ImageSpriteTask
|
|
@@ -3245,7 +3245,7 @@ class AiAnalysisTaskHighlightOutput(AbstractModel):
|
|
|
3245
3245
|
:param _HighlightSet: A list of the highlight segments generated.
|
|
3246
3246
|
:type HighlightSet: list of MediaAiAnalysisHighlightItem
|
|
3247
3247
|
:param _OutputStorage: The storage location of the highlight segments.
|
|
3248
|
-
Note: This field may return
|
|
3248
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3249
3249
|
:type OutputStorage: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
3250
3250
|
"""
|
|
3251
3251
|
self._HighlightSet = None
|
|
@@ -3265,7 +3265,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
3265
3265
|
@property
|
|
3266
3266
|
def OutputStorage(self):
|
|
3267
3267
|
"""The storage location of the highlight segments.
|
|
3268
|
-
Note: This field may return
|
|
3268
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3269
3269
|
:rtype: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
3270
3270
|
"""
|
|
3271
3271
|
return self._OutputStorage
|
|
@@ -7905,7 +7905,7 @@ class AiReviewPornTaskInput(AbstractModel):
|
|
|
7905
7905
|
def __init__(self):
|
|
7906
7906
|
r"""
|
|
7907
7907
|
:param _Definition: The ID of a porn detection template.
|
|
7908
|
-
Note: This field may return
|
|
7908
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7909
7909
|
:type Definition: int
|
|
7910
7910
|
"""
|
|
7911
7911
|
self._Definition = None
|
|
@@ -7913,7 +7913,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
7913
7913
|
@property
|
|
7914
7914
|
def Definition(self):
|
|
7915
7915
|
"""The ID of a porn detection template.
|
|
7916
|
-
Note: This field may return
|
|
7916
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7917
7917
|
:rtype: int
|
|
7918
7918
|
"""
|
|
7919
7919
|
return self._Definition
|
|
@@ -11193,7 +11193,7 @@ Default value: `ON`.
|
|
|
11193
11193
|
<li>`declick`: Noise removal.</li>
|
|
11194
11194
|
<li>`deesser`: De-essing.</li>
|
|
11195
11195
|
Default: `declick`.
|
|
11196
|
-
Note: This field may return
|
|
11196
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11197
11197
|
:type Types: list of str
|
|
11198
11198
|
"""
|
|
11199
11199
|
self._Switch = None
|
|
@@ -11219,7 +11219,7 @@ Default value: `ON`.
|
|
|
11219
11219
|
<li>`declick`: Noise removal.</li>
|
|
11220
11220
|
<li>`deesser`: De-essing.</li>
|
|
11221
11221
|
Default: `declick`.
|
|
11222
|
-
Note: This field may return
|
|
11222
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11223
11223
|
:rtype: list of str
|
|
11224
11224
|
"""
|
|
11225
11225
|
return self._Types
|
|
@@ -11292,16 +11292,16 @@ class AudioEnhanceConfig(AbstractModel):
|
|
|
11292
11292
|
def __init__(self):
|
|
11293
11293
|
r"""
|
|
11294
11294
|
:param _Denoise: The audio noise reduction configuration.
|
|
11295
|
-
Note: This field may return
|
|
11295
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11296
11296
|
:type Denoise: :class:`tencentcloud.mps.v20190612.models.AudioDenoiseConfig`
|
|
11297
11297
|
:param _Separate: The audio separation configuration.
|
|
11298
|
-
Note: This field may return
|
|
11298
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11299
11299
|
:type Separate: :class:`tencentcloud.mps.v20190612.models.AudioSeparateConfig`
|
|
11300
11300
|
:param _VolumeBalance: The volume equalization configuration.
|
|
11301
|
-
Note: This field may return
|
|
11301
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11302
11302
|
:type VolumeBalance: :class:`tencentcloud.mps.v20190612.models.VolumeBalanceConfig`
|
|
11303
11303
|
:param _Beautify: The audio improvement configuration.
|
|
11304
|
-
Note: This field may return
|
|
11304
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11305
11305
|
:type Beautify: :class:`tencentcloud.mps.v20190612.models.AudioBeautifyConfig`
|
|
11306
11306
|
"""
|
|
11307
11307
|
self._Denoise = None
|
|
@@ -11312,7 +11312,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
11312
11312
|
@property
|
|
11313
11313
|
def Denoise(self):
|
|
11314
11314
|
"""The audio noise reduction configuration.
|
|
11315
|
-
Note: This field may return
|
|
11315
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11316
11316
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AudioDenoiseConfig`
|
|
11317
11317
|
"""
|
|
11318
11318
|
return self._Denoise
|
|
@@ -11324,7 +11324,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
11324
11324
|
@property
|
|
11325
11325
|
def Separate(self):
|
|
11326
11326
|
"""The audio separation configuration.
|
|
11327
|
-
Note: This field may return
|
|
11327
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11328
11328
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AudioSeparateConfig`
|
|
11329
11329
|
"""
|
|
11330
11330
|
return self._Separate
|
|
@@ -11336,7 +11336,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
11336
11336
|
@property
|
|
11337
11337
|
def VolumeBalance(self):
|
|
11338
11338
|
"""The volume equalization configuration.
|
|
11339
|
-
Note: This field may return
|
|
11339
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11340
11340
|
:rtype: :class:`tencentcloud.mps.v20190612.models.VolumeBalanceConfig`
|
|
11341
11341
|
"""
|
|
11342
11342
|
return self._VolumeBalance
|
|
@@ -11348,7 +11348,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
11348
11348
|
@property
|
|
11349
11349
|
def Beautify(self):
|
|
11350
11350
|
"""The audio improvement configuration.
|
|
11351
|
-
Note: This field may return
|
|
11351
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11352
11352
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AudioBeautifyConfig`
|
|
11353
11353
|
"""
|
|
11354
11354
|
return self._Beautify
|
|
@@ -11397,13 +11397,13 @@ Default value: `ON`.
|
|
|
11397
11397
|
<li>`normal`: Separate voice and background audio.</li>
|
|
11398
11398
|
<li>`music`: Separate vocals and instrumentals.</li>
|
|
11399
11399
|
Default value: `normal`.
|
|
11400
|
-
Note: This field may return
|
|
11400
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11401
11401
|
:type Type: str
|
|
11402
11402
|
:param _Track: The output audio track. Valid values:
|
|
11403
11403
|
<li>`vocal`: Voice.</li>
|
|
11404
11404
|
<li>`background`: Output background audio if the scenario is `normal`, and output instrumentals if the scenario is `music`.</li>
|
|
11405
11405
|
Default value: `vocal`.
|
|
11406
|
-
Note: This field may return
|
|
11406
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11407
11407
|
:type Track: str
|
|
11408
11408
|
"""
|
|
11409
11409
|
self._Switch = None
|
|
@@ -11430,7 +11430,7 @@ Default value: `ON`.
|
|
|
11430
11430
|
<li>`normal`: Separate voice and background audio.</li>
|
|
11431
11431
|
<li>`music`: Separate vocals and instrumentals.</li>
|
|
11432
11432
|
Default value: `normal`.
|
|
11433
|
-
Note: This field may return
|
|
11433
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11434
11434
|
:rtype: str
|
|
11435
11435
|
"""
|
|
11436
11436
|
return self._Type
|
|
@@ -11445,7 +11445,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
11445
11445
|
<li>`vocal`: Voice.</li>
|
|
11446
11446
|
<li>`background`: Output background audio if the scenario is `normal`, and output instrumentals if the scenario is `music`.</li>
|
|
11447
11447
|
Default value: `vocal`.
|
|
11448
|
-
Note: This field may return
|
|
11448
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11449
11449
|
:rtype: str
|
|
11450
11450
|
"""
|
|
11451
11451
|
return self._Track
|
|
@@ -12026,16 +12026,16 @@ class AwsSQS(AbstractModel):
|
|
|
12026
12026
|
def __init__(self):
|
|
12027
12027
|
r"""
|
|
12028
12028
|
:param _SQSRegion: The region of the SQS queue.
|
|
12029
|
-
Note: This field may return
|
|
12029
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12030
12030
|
:type SQSRegion: str
|
|
12031
12031
|
:param _SQSQueueName: The name of the SQS queue.
|
|
12032
|
-
Note: This field may return
|
|
12032
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12033
12033
|
:type SQSQueueName: str
|
|
12034
12034
|
:param _S3SecretId: The key ID required to read from/write to the SQS queue.
|
|
12035
|
-
Note: This field may return
|
|
12035
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12036
12036
|
:type S3SecretId: str
|
|
12037
12037
|
:param _S3SecretKey: The key required to read from/write to the SQS queue.
|
|
12038
|
-
Note: This field may return
|
|
12038
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12039
12039
|
:type S3SecretKey: str
|
|
12040
12040
|
"""
|
|
12041
12041
|
self._SQSRegion = None
|
|
@@ -12046,7 +12046,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
12046
12046
|
@property
|
|
12047
12047
|
def SQSRegion(self):
|
|
12048
12048
|
"""The region of the SQS queue.
|
|
12049
|
-
Note: This field may return
|
|
12049
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12050
12050
|
:rtype: str
|
|
12051
12051
|
"""
|
|
12052
12052
|
return self._SQSRegion
|
|
@@ -12058,7 +12058,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
12058
12058
|
@property
|
|
12059
12059
|
def SQSQueueName(self):
|
|
12060
12060
|
"""The name of the SQS queue.
|
|
12061
|
-
Note: This field may return
|
|
12061
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12062
12062
|
:rtype: str
|
|
12063
12063
|
"""
|
|
12064
12064
|
return self._SQSQueueName
|
|
@@ -12070,7 +12070,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
12070
12070
|
@property
|
|
12071
12071
|
def S3SecretId(self):
|
|
12072
12072
|
"""The key ID required to read from/write to the SQS queue.
|
|
12073
|
-
Note: This field may return
|
|
12073
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12074
12074
|
:rtype: str
|
|
12075
12075
|
"""
|
|
12076
12076
|
return self._S3SecretId
|
|
@@ -12082,7 +12082,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
12082
12082
|
@property
|
|
12083
12083
|
def S3SecretKey(self):
|
|
12084
12084
|
"""The key required to read from/write to the SQS queue.
|
|
12085
|
-
Note: This field may return
|
|
12085
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12086
12086
|
:rtype: str
|
|
12087
12087
|
"""
|
|
12088
12088
|
return self._S3SecretKey
|
|
@@ -24925,7 +24925,7 @@ class DrmInfo(AbstractModel):
|
|
|
24925
24925
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
24926
24926
|
:type Type: str
|
|
24927
24927
|
:param _SimpleAesDrm: The AES-128 encryption details.
|
|
24928
|
-
Note: This field may return
|
|
24928
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
24929
24929
|
:type SimpleAesDrm: :class:`tencentcloud.mps.v20190612.models.SimpleAesDrm`
|
|
24930
24930
|
:param _SpekeDrm: Information about FairPlay, WideVine, and PlayReady encryption.
|
|
24931
24931
|
:type SpekeDrm: :class:`tencentcloud.mps.v20190612.models.SpekeDrm`
|
|
@@ -24953,7 +24953,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
24953
24953
|
@property
|
|
24954
24954
|
def SimpleAesDrm(self):
|
|
24955
24955
|
"""The AES-128 encryption details.
|
|
24956
|
-
Note: This field may return
|
|
24956
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
24957
24957
|
:rtype: :class:`tencentcloud.mps.v20190612.models.SimpleAesDrm`
|
|
24958
24958
|
"""
|
|
24959
24959
|
return self._SimpleAesDrm
|
|
@@ -25008,7 +25008,7 @@ class EditMediaFileInfo(AbstractModel):
|
|
|
25008
25008
|
:param _Id: The ID of the material associated with an element. This parameter is required for video compositing tasks.
|
|
25009
25009
|
|
|
25010
25010
|
Note: The ID can be up to 32 characters long and can contain letters, digits, and special characters -_
|
|
25011
|
-
Note: This field may return
|
|
25011
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25012
25012
|
:type Id: str
|
|
25013
25013
|
"""
|
|
25014
25014
|
self._InputInfo = None
|
|
@@ -25054,7 +25054,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
25054
25054
|
"""The ID of the material associated with an element. This parameter is required for video compositing tasks.
|
|
25055
25055
|
|
|
25056
25056
|
Note: The ID can be up to 32 characters long and can contain letters, digits, and special characters -_
|
|
25057
|
-
Note: This field may return
|
|
25057
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25058
25058
|
:rtype: str
|
|
25059
25059
|
"""
|
|
25060
25060
|
return self._Id
|
|
@@ -25089,7 +25089,7 @@ class EditMediaOutputConfig(AbstractModel):
|
|
|
25089
25089
|
def __init__(self):
|
|
25090
25090
|
r"""
|
|
25091
25091
|
:param _Container: The container. Valid values: `mp4` (default), `hls`, `mov`, `flv`, `avi`.
|
|
25092
|
-
Note: This field may return
|
|
25092
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25093
25093
|
:type Container: str
|
|
25094
25094
|
:param _Type: Editing mode. Optional values:
|
|
25095
25095
|
normal (default): Precise editing
|
|
@@ -25104,7 +25104,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
25104
25104
|
@property
|
|
25105
25105
|
def Container(self):
|
|
25106
25106
|
"""The container. Valid values: `mp4` (default), `hls`, `mov`, `flv`, `avi`.
|
|
25107
|
-
Note: This field may return
|
|
25107
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25108
25108
|
:rtype: str
|
|
25109
25109
|
"""
|
|
25110
25110
|
return self._Container
|
|
@@ -25720,7 +25720,7 @@ class EnhanceConfig(AbstractModel):
|
|
|
25720
25720
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25721
25721
|
:type VideoEnhance: :class:`tencentcloud.mps.v20190612.models.VideoEnhanceConfig`
|
|
25722
25722
|
:param _AudioEnhance: The audio enhancement configuration.
|
|
25723
|
-
Note: This field may return
|
|
25723
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25724
25724
|
:type AudioEnhance: :class:`tencentcloud.mps.v20190612.models.AudioEnhanceConfig`
|
|
25725
25725
|
"""
|
|
25726
25726
|
self._VideoEnhance = None
|
|
@@ -25741,7 +25741,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
25741
25741
|
@property
|
|
25742
25742
|
def AudioEnhance(self):
|
|
25743
25743
|
"""The audio enhancement configuration.
|
|
25744
|
-
Note: This field may return
|
|
25744
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25745
25745
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AudioEnhanceConfig`
|
|
25746
25746
|
"""
|
|
25747
25747
|
return self._AudioEnhance
|
|
@@ -26455,10 +26455,10 @@ class HeadTailParameter(AbstractModel):
|
|
|
26455
26455
|
def __init__(self):
|
|
26456
26456
|
r"""
|
|
26457
26457
|
:param _HeadSet: The opening segments.
|
|
26458
|
-
Note: This field may return
|
|
26458
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
26459
26459
|
:type HeadSet: list of MediaInputInfo
|
|
26460
26460
|
:param _TailSet: The closing segments.
|
|
26461
|
-
Note: This field may return
|
|
26461
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
26462
26462
|
:type TailSet: list of MediaInputInfo
|
|
26463
26463
|
"""
|
|
26464
26464
|
self._HeadSet = None
|
|
@@ -26467,7 +26467,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
26467
26467
|
@property
|
|
26468
26468
|
def HeadSet(self):
|
|
26469
26469
|
"""The opening segments.
|
|
26470
|
-
Note: This field may return
|
|
26470
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
26471
26471
|
:rtype: list of MediaInputInfo
|
|
26472
26472
|
"""
|
|
26473
26473
|
return self._HeadSet
|
|
@@ -26479,7 +26479,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
26479
26479
|
@property
|
|
26480
26480
|
def TailSet(self):
|
|
26481
26481
|
"""The closing segments.
|
|
26482
|
-
Note: This field may return
|
|
26482
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
26483
26483
|
:rtype: list of MediaInputInfo
|
|
26484
26484
|
"""
|
|
26485
26485
|
return self._TailSet
|
|
@@ -28073,7 +28073,7 @@ class LiveActivityResItem(AbstractModel):
|
|
|
28073
28073
|
def __init__(self):
|
|
28074
28074
|
r"""
|
|
28075
28075
|
:param _LiveRecordTask: The output of a live recording task.
|
|
28076
|
-
Note: This field may return
|
|
28076
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28077
28077
|
:type LiveRecordTask: :class:`tencentcloud.mps.v20190612.models.LiveScheduleLiveRecordTaskResult`
|
|
28078
28078
|
:param _LiveQualityControlTask: Media quality inspection task output.
|
|
28079
28079
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
@@ -28085,7 +28085,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
28085
28085
|
@property
|
|
28086
28086
|
def LiveRecordTask(self):
|
|
28087
28087
|
"""The output of a live recording task.
|
|
28088
|
-
Note: This field may return
|
|
28088
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28089
28089
|
:rtype: :class:`tencentcloud.mps.v20190612.models.LiveScheduleLiveRecordTaskResult`
|
|
28090
28090
|
"""
|
|
28091
28091
|
return self._LiveRecordTask
|
|
@@ -28137,7 +28137,7 @@ class LiveActivityResult(AbstractModel):
|
|
|
28137
28137
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28138
28138
|
:type ActivityType: str
|
|
28139
28139
|
:param _LiveActivityResItem: The task output.
|
|
28140
|
-
Note: This field may return
|
|
28140
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28141
28141
|
:type LiveActivityResItem: :class:`tencentcloud.mps.v20190612.models.LiveActivityResItem`
|
|
28142
28142
|
"""
|
|
28143
28143
|
self._ActivityType = None
|
|
@@ -28160,7 +28160,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
28160
28160
|
@property
|
|
28161
28161
|
def LiveActivityResItem(self):
|
|
28162
28162
|
"""The task output.
|
|
28163
|
-
Note: This field may return
|
|
28163
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28164
28164
|
:rtype: :class:`tencentcloud.mps.v20190612.models.LiveActivityResItem`
|
|
28165
28165
|
"""
|
|
28166
28166
|
return self._LiveActivityResItem
|
|
@@ -28193,19 +28193,19 @@ class LiveRecordFile(AbstractModel):
|
|
|
28193
28193
|
def __init__(self):
|
|
28194
28194
|
r"""
|
|
28195
28195
|
:param _Url: The URL of the recording file.
|
|
28196
|
-
Note: This field may return
|
|
28196
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28197
28197
|
:type Url: str
|
|
28198
28198
|
:param _Size: The size of the recording file.
|
|
28199
|
-
Note: This field may return
|
|
28199
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28200
28200
|
:type Size: int
|
|
28201
28201
|
:param _Duration: The duration of the recording file.
|
|
28202
|
-
Note: This field may return
|
|
28202
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28203
28203
|
:type Duration: int
|
|
28204
28204
|
:param _StartTime: The recording start time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
28205
|
-
Note: This field may return
|
|
28205
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28206
28206
|
:type StartTime: str
|
|
28207
28207
|
:param _EndTime: The recording end time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
28208
|
-
Note: This field may return
|
|
28208
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28209
28209
|
:type EndTime: str
|
|
28210
28210
|
"""
|
|
28211
28211
|
self._Url = None
|
|
@@ -28217,7 +28217,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28217
28217
|
@property
|
|
28218
28218
|
def Url(self):
|
|
28219
28219
|
"""The URL of the recording file.
|
|
28220
|
-
Note: This field may return
|
|
28220
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28221
28221
|
:rtype: str
|
|
28222
28222
|
"""
|
|
28223
28223
|
return self._Url
|
|
@@ -28229,7 +28229,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28229
28229
|
@property
|
|
28230
28230
|
def Size(self):
|
|
28231
28231
|
"""The size of the recording file.
|
|
28232
|
-
Note: This field may return
|
|
28232
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28233
28233
|
:rtype: int
|
|
28234
28234
|
"""
|
|
28235
28235
|
return self._Size
|
|
@@ -28241,7 +28241,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28241
28241
|
@property
|
|
28242
28242
|
def Duration(self):
|
|
28243
28243
|
"""The duration of the recording file.
|
|
28244
|
-
Note: This field may return
|
|
28244
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28245
28245
|
:rtype: int
|
|
28246
28246
|
"""
|
|
28247
28247
|
return self._Duration
|
|
@@ -28253,7 +28253,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28253
28253
|
@property
|
|
28254
28254
|
def StartTime(self):
|
|
28255
28255
|
"""The recording start time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
28256
|
-
Note: This field may return
|
|
28256
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28257
28257
|
:rtype: str
|
|
28258
28258
|
"""
|
|
28259
28259
|
return self._StartTime
|
|
@@ -28265,7 +28265,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28265
28265
|
@property
|
|
28266
28266
|
def EndTime(self):
|
|
28267
28267
|
"""The recording end time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
28268
|
-
Note: This field may return
|
|
28268
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28269
28269
|
:rtype: str
|
|
28270
28270
|
"""
|
|
28271
28271
|
return self._EndTime
|
|
@@ -28299,10 +28299,10 @@ class LiveRecordResult(AbstractModel):
|
|
|
28299
28299
|
def __init__(self):
|
|
28300
28300
|
r"""
|
|
28301
28301
|
:param _OutputStorage: The storage of the recording file.
|
|
28302
|
-
Note: This field may return
|
|
28302
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28303
28303
|
:type OutputStorage: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
28304
28304
|
:param _FileList: The recording segments.
|
|
28305
|
-
Note: This field may return
|
|
28305
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28306
28306
|
:type FileList: list of LiveRecordFile
|
|
28307
28307
|
"""
|
|
28308
28308
|
self._OutputStorage = None
|
|
@@ -28311,7 +28311,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28311
28311
|
@property
|
|
28312
28312
|
def OutputStorage(self):
|
|
28313
28313
|
"""The storage of the recording file.
|
|
28314
|
-
Note: This field may return
|
|
28314
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28315
28315
|
:rtype: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
28316
28316
|
"""
|
|
28317
28317
|
return self._OutputStorage
|
|
@@ -28323,7 +28323,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28323
28323
|
@property
|
|
28324
28324
|
def FileList(self):
|
|
28325
28325
|
"""The recording segments.
|
|
28326
|
-
Note: This field may return
|
|
28326
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28327
28327
|
:rtype: list of LiveRecordFile
|
|
28328
28328
|
"""
|
|
28329
28329
|
return self._FileList
|
|
@@ -28363,10 +28363,10 @@ class LiveRecordTaskInput(AbstractModel):
|
|
|
28363
28363
|
:param _Definition: The live recording template ID.
|
|
28364
28364
|
:type Definition: int
|
|
28365
28365
|
:param _OutputStorage: The storage of the recording file. If this parameter is left empty, the `OutputStorage` value of the parent folder will be inherited.
|
|
28366
|
-
Note: This field may return
|
|
28366
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28367
28367
|
:type OutputStorage: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
28368
28368
|
:param _OutputObjectPath: The output path of the recording file.
|
|
28369
|
-
Note: This field may return
|
|
28369
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28370
28370
|
:type OutputObjectPath: str
|
|
28371
28371
|
"""
|
|
28372
28372
|
self._Definition = None
|
|
@@ -28387,7 +28387,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28387
28387
|
@property
|
|
28388
28388
|
def OutputStorage(self):
|
|
28389
28389
|
"""The storage of the recording file. If this parameter is left empty, the `OutputStorage` value of the parent folder will be inherited.
|
|
28390
|
-
Note: This field may return
|
|
28390
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28391
28391
|
:rtype: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
28392
28392
|
"""
|
|
28393
28393
|
return self._OutputStorage
|
|
@@ -28399,7 +28399,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28399
28399
|
@property
|
|
28400
28400
|
def OutputObjectPath(self):
|
|
28401
28401
|
"""The output path of the recording file.
|
|
28402
|
-
Note: This field may return
|
|
28402
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28403
28403
|
:rtype: str
|
|
28404
28404
|
"""
|
|
28405
28405
|
return self._OutputObjectPath
|
|
@@ -28586,25 +28586,25 @@ class LiveScheduleLiveRecordTaskResult(AbstractModel):
|
|
|
28586
28586
|
:param _Status: The task status. Valid values: `PROCESSING`, `SUCCESS`, `FAIL`.
|
|
28587
28587
|
:type Status: str
|
|
28588
28588
|
:param _ErrCodeExt: The error code. An empty string indicates the task is successful; any other value indicates the task has failed. For details, see [Error Codes](https://www.tencentcloud.com/document/product/1041/40249).
|
|
28589
|
-
Note: This field may return
|
|
28589
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28590
28590
|
:type ErrCodeExt: str
|
|
28591
28591
|
:param _ErrCode: The error code. `0` indicates the task is successful; other values indicate the task has failed. This parameter is not recommended. Please use `ErrCodeExt` instead.
|
|
28592
|
-
Note: This field may return
|
|
28592
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28593
28593
|
:type ErrCode: int
|
|
28594
28594
|
:param _Message: The error message.
|
|
28595
|
-
Note: This field may return
|
|
28595
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28596
28596
|
:type Message: str
|
|
28597
28597
|
:param _Input: The input of a live recording task.
|
|
28598
|
-
Note: This field may return
|
|
28598
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28599
28599
|
:type Input: :class:`tencentcloud.mps.v20190612.models.LiveRecordTaskInput`
|
|
28600
28600
|
:param _Output: The output of a live recording task.
|
|
28601
|
-
Note: This field may return
|
|
28601
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28602
28602
|
:type Output: :class:`tencentcloud.mps.v20190612.models.LiveRecordResult`
|
|
28603
28603
|
:param _BeginProcessTime: The time when the task was started, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
28604
|
-
Note: This field may return
|
|
28604
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28605
28605
|
:type BeginProcessTime: str
|
|
28606
28606
|
:param _FinishTime: The time when the task was completed, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
28607
|
-
Note: This field may return
|
|
28607
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28608
28608
|
:type FinishTime: str
|
|
28609
28609
|
"""
|
|
28610
28610
|
self._Status = None
|
|
@@ -28630,7 +28630,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28630
28630
|
@property
|
|
28631
28631
|
def ErrCodeExt(self):
|
|
28632
28632
|
"""The error code. An empty string indicates the task is successful; any other value indicates the task has failed. For details, see [Error Codes](https://www.tencentcloud.com/document/product/1041/40249).
|
|
28633
|
-
Note: This field may return
|
|
28633
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28634
28634
|
:rtype: str
|
|
28635
28635
|
"""
|
|
28636
28636
|
return self._ErrCodeExt
|
|
@@ -28642,7 +28642,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28642
28642
|
@property
|
|
28643
28643
|
def ErrCode(self):
|
|
28644
28644
|
"""The error code. `0` indicates the task is successful; other values indicate the task has failed. This parameter is not recommended. Please use `ErrCodeExt` instead.
|
|
28645
|
-
Note: This field may return
|
|
28645
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28646
28646
|
:rtype: int
|
|
28647
28647
|
"""
|
|
28648
28648
|
return self._ErrCode
|
|
@@ -28654,7 +28654,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28654
28654
|
@property
|
|
28655
28655
|
def Message(self):
|
|
28656
28656
|
"""The error message.
|
|
28657
|
-
Note: This field may return
|
|
28657
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28658
28658
|
:rtype: str
|
|
28659
28659
|
"""
|
|
28660
28660
|
return self._Message
|
|
@@ -28666,7 +28666,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28666
28666
|
@property
|
|
28667
28667
|
def Input(self):
|
|
28668
28668
|
"""The input of a live recording task.
|
|
28669
|
-
Note: This field may return
|
|
28669
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28670
28670
|
:rtype: :class:`tencentcloud.mps.v20190612.models.LiveRecordTaskInput`
|
|
28671
28671
|
"""
|
|
28672
28672
|
return self._Input
|
|
@@ -28678,7 +28678,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28678
28678
|
@property
|
|
28679
28679
|
def Output(self):
|
|
28680
28680
|
"""The output of a live recording task.
|
|
28681
|
-
Note: This field may return
|
|
28681
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28682
28682
|
:rtype: :class:`tencentcloud.mps.v20190612.models.LiveRecordResult`
|
|
28683
28683
|
"""
|
|
28684
28684
|
return self._Output
|
|
@@ -28690,7 +28690,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28690
28690
|
@property
|
|
28691
28691
|
def BeginProcessTime(self):
|
|
28692
28692
|
"""The time when the task was started, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
28693
|
-
Note: This field may return
|
|
28693
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28694
28694
|
:rtype: str
|
|
28695
28695
|
"""
|
|
28696
28696
|
return self._BeginProcessTime
|
|
@@ -28702,7 +28702,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28702
28702
|
@property
|
|
28703
28703
|
def FinishTime(self):
|
|
28704
28704
|
"""The time when the task was completed, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
28705
|
-
Note: This field may return
|
|
28705
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28706
28706
|
:rtype: str
|
|
28707
28707
|
"""
|
|
28708
28708
|
return self._FinishTime
|
|
@@ -28743,24 +28743,24 @@ class LiveScheduleTask(AbstractModel):
|
|
|
28743
28743
|
def __init__(self):
|
|
28744
28744
|
r"""
|
|
28745
28745
|
:param _TaskId: The ID of a live scheme subtask.
|
|
28746
|
-
Note: This field may return
|
|
28746
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28747
28747
|
:type TaskId: str
|
|
28748
28748
|
:param _Status: The task status. Valid values:
|
|
28749
28749
|
<li>`PROCESSING`</li>
|
|
28750
28750
|
<li>`FINISH` </li>
|
|
28751
|
-
Note: This field may return
|
|
28751
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28752
28752
|
:type Status: str
|
|
28753
28753
|
:param _ErrCode: If the value returned is not `0`, there was a source error. If `0` is returned, refer to the error codes of the corresponding task type.
|
|
28754
|
-
Note: This field may return
|
|
28754
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28755
28755
|
:type ErrCode: int
|
|
28756
28756
|
:param _Message: If there was a source error, this parameter is the error message. For other errors, refer to the error messages of the corresponding task type.
|
|
28757
|
-
Note: This field may return
|
|
28757
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28758
28758
|
:type Message: str
|
|
28759
28759
|
:param _Url: The URL of the live stream.
|
|
28760
|
-
Note: This field may return
|
|
28760
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28761
28761
|
:type Url: str
|
|
28762
28762
|
:param _LiveActivityResultSet: The task output.
|
|
28763
|
-
Note: This field may return
|
|
28763
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28764
28764
|
:type LiveActivityResultSet: list of LiveActivityResult
|
|
28765
28765
|
"""
|
|
28766
28766
|
self._TaskId = None
|
|
@@ -28773,7 +28773,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28773
28773
|
@property
|
|
28774
28774
|
def TaskId(self):
|
|
28775
28775
|
"""The ID of a live scheme subtask.
|
|
28776
|
-
Note: This field may return
|
|
28776
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28777
28777
|
:rtype: str
|
|
28778
28778
|
"""
|
|
28779
28779
|
return self._TaskId
|
|
@@ -28787,7 +28787,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28787
28787
|
"""The task status. Valid values:
|
|
28788
28788
|
<li>`PROCESSING`</li>
|
|
28789
28789
|
<li>`FINISH` </li>
|
|
28790
|
-
Note: This field may return
|
|
28790
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28791
28791
|
:rtype: str
|
|
28792
28792
|
"""
|
|
28793
28793
|
return self._Status
|
|
@@ -28799,7 +28799,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28799
28799
|
@property
|
|
28800
28800
|
def ErrCode(self):
|
|
28801
28801
|
"""If the value returned is not `0`, there was a source error. If `0` is returned, refer to the error codes of the corresponding task type.
|
|
28802
|
-
Note: This field may return
|
|
28802
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28803
28803
|
:rtype: int
|
|
28804
28804
|
"""
|
|
28805
28805
|
return self._ErrCode
|
|
@@ -28811,7 +28811,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28811
28811
|
@property
|
|
28812
28812
|
def Message(self):
|
|
28813
28813
|
"""If there was a source error, this parameter is the error message. For other errors, refer to the error messages of the corresponding task type.
|
|
28814
|
-
Note: This field may return
|
|
28814
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28815
28815
|
:rtype: str
|
|
28816
28816
|
"""
|
|
28817
28817
|
return self._Message
|
|
@@ -28823,7 +28823,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28823
28823
|
@property
|
|
28824
28824
|
def Url(self):
|
|
28825
28825
|
"""The URL of the live stream.
|
|
28826
|
-
Note: This field may return
|
|
28826
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28827
28827
|
:rtype: str
|
|
28828
28828
|
"""
|
|
28829
28829
|
return self._Url
|
|
@@ -28835,7 +28835,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
28835
28835
|
@property
|
|
28836
28836
|
def LiveActivityResultSet(self):
|
|
28837
28837
|
"""The task output.
|
|
28838
|
-
Note: This field may return
|
|
28838
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28839
28839
|
:rtype: list of LiveActivityResult
|
|
28840
28840
|
"""
|
|
28841
28841
|
return self._LiveActivityResultSet
|
|
@@ -33561,13 +33561,13 @@ class MediaProcessTaskInput(AbstractModel):
|
|
|
33561
33561
|
r"""
|
|
33562
33562
|
:param _TranscodeTaskSet: List of transcoding tasks.
|
|
33563
33563
|
:type TranscodeTaskSet: list of TranscodeTaskInput
|
|
33564
|
-
:param _AnimatedGraphicTaskSet: List of animated image
|
|
33564
|
+
:param _AnimatedGraphicTaskSet: List of animated image screenshot tasks.
|
|
33565
33565
|
:type AnimatedGraphicTaskSet: list of AnimatedGraphicTaskInput
|
|
33566
|
-
:param _SnapshotByTimeOffsetTaskSet: List of time point
|
|
33566
|
+
:param _SnapshotByTimeOffsetTaskSet: List of time point screenshot tasks.
|
|
33567
33567
|
:type SnapshotByTimeOffsetTaskSet: list of SnapshotByTimeOffsetTaskInput
|
|
33568
|
-
:param _SampleSnapshotTaskSet: List of sampled
|
|
33568
|
+
:param _SampleSnapshotTaskSet: List of sampled screenshot tasks.
|
|
33569
33569
|
:type SampleSnapshotTaskSet: list of SampleSnapshotTaskInput
|
|
33570
|
-
:param _ImageSpriteTaskSet: List of image sprite
|
|
33570
|
+
:param _ImageSpriteTaskSet: List of image sprite screenshot tasks.
|
|
33571
33571
|
:type ImageSpriteTaskSet: list of ImageSpriteTaskInput
|
|
33572
33572
|
:param _AdaptiveDynamicStreamingTaskSet: List of adaptive bitrate streaming tasks.
|
|
33573
33573
|
:type AdaptiveDynamicStreamingTaskSet: list of AdaptiveDynamicStreamingTaskInput
|
|
@@ -33592,7 +33592,7 @@ class MediaProcessTaskInput(AbstractModel):
|
|
|
33592
33592
|
|
|
33593
33593
|
@property
|
|
33594
33594
|
def AnimatedGraphicTaskSet(self):
|
|
33595
|
-
"""List of animated image
|
|
33595
|
+
"""List of animated image screenshot tasks.
|
|
33596
33596
|
:rtype: list of AnimatedGraphicTaskInput
|
|
33597
33597
|
"""
|
|
33598
33598
|
return self._AnimatedGraphicTaskSet
|
|
@@ -33603,7 +33603,7 @@ class MediaProcessTaskInput(AbstractModel):
|
|
|
33603
33603
|
|
|
33604
33604
|
@property
|
|
33605
33605
|
def SnapshotByTimeOffsetTaskSet(self):
|
|
33606
|
-
"""List of time point
|
|
33606
|
+
"""List of time point screenshot tasks.
|
|
33607
33607
|
:rtype: list of SnapshotByTimeOffsetTaskInput
|
|
33608
33608
|
"""
|
|
33609
33609
|
return self._SnapshotByTimeOffsetTaskSet
|
|
@@ -33614,7 +33614,7 @@ class MediaProcessTaskInput(AbstractModel):
|
|
|
33614
33614
|
|
|
33615
33615
|
@property
|
|
33616
33616
|
def SampleSnapshotTaskSet(self):
|
|
33617
|
-
"""List of sampled
|
|
33617
|
+
"""List of sampled screenshot tasks.
|
|
33618
33618
|
:rtype: list of SampleSnapshotTaskInput
|
|
33619
33619
|
"""
|
|
33620
33620
|
return self._SampleSnapshotTaskSet
|
|
@@ -33625,7 +33625,7 @@ class MediaProcessTaskInput(AbstractModel):
|
|
|
33625
33625
|
|
|
33626
33626
|
@property
|
|
33627
33627
|
def ImageSpriteTaskSet(self):
|
|
33628
|
-
"""List of image sprite
|
|
33628
|
+
"""List of image sprite screenshot tasks.
|
|
33629
33629
|
:rtype: list of ImageSpriteTaskInput
|
|
33630
33630
|
"""
|
|
33631
33631
|
return self._ImageSpriteTaskSet
|
|
@@ -33703,10 +33703,10 @@ class MediaProcessTaskResult(AbstractModel):
|
|
|
33703
33703
|
:param _Type: Task type. Valid values:
|
|
33704
33704
|
<li>Transcode: Transcoding</li>
|
|
33705
33705
|
<li>AnimatedGraphics: Animated image generating</li>
|
|
33706
|
-
<li>SnapshotByTimeOffset: Time point
|
|
33707
|
-
<li>SampleSnapshot: Sampled
|
|
33708
|
-
<li>ImageSprites: Image sprite
|
|
33709
|
-
<li>CoverBySnapshot:
|
|
33706
|
+
<li>SnapshotByTimeOffset: Time point screenshot</li>
|
|
33707
|
+
<li>SampleSnapshot: Sampled screenshot</li>
|
|
33708
|
+
<li>ImageSprites: Image sprite screenshot</li>
|
|
33709
|
+
<li>CoverBySnapshot: Screenshot for cover image</li>
|
|
33710
33710
|
<li>AdaptiveDynamicStreaming: Adaptive bitrate streaming</li>
|
|
33711
33711
|
:type Type: str
|
|
33712
33712
|
:param _TranscodeTask: Query result of a transcoding task, which is valid when task type is `Transcode`.
|
|
@@ -33715,13 +33715,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33715
33715
|
:param _AnimatedGraphicTask: Query result of an animated image generating task, which is valid when task type is `AnimatedGraphics`.
|
|
33716
33716
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33717
33717
|
:type AnimatedGraphicTask: :class:`tencentcloud.mps.v20190612.models.MediaProcessTaskAnimatedGraphicResult`
|
|
33718
|
-
:param _SnapshotByTimeOffsetTask: Query result of a time point
|
|
33718
|
+
:param _SnapshotByTimeOffsetTask: Query result of a time point screenshot task, which is valid when task type is `SnapshotByTimeOffset`.
|
|
33719
33719
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33720
33720
|
:type SnapshotByTimeOffsetTask: :class:`tencentcloud.mps.v20190612.models.MediaProcessTaskSnapshotByTimeOffsetResult`
|
|
33721
|
-
:param _SampleSnapshotTask: Query result of a sampled
|
|
33721
|
+
:param _SampleSnapshotTask: Query result of a sampled screenshot task, which is valid when task type is `SampleSnapshot`.
|
|
33722
33722
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33723
33723
|
:type SampleSnapshotTask: :class:`tencentcloud.mps.v20190612.models.MediaProcessTaskSampleSnapshotResult`
|
|
33724
|
-
:param _ImageSpriteTask: Query result of an image sprite
|
|
33724
|
+
:param _ImageSpriteTask: Query result of an image sprite screenshot task, which is valid when task type is `ImageSprite`.
|
|
33725
33725
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33726
33726
|
:type ImageSpriteTask: :class:`tencentcloud.mps.v20190612.models.MediaProcessTaskImageSpriteResult`
|
|
33727
33727
|
:param _AdaptiveDynamicStreamingTask: Query result of an adaptive bitrate streaming task, which is valid if the task type is `AdaptiveDynamicStreaming`.
|
|
@@ -33741,10 +33741,10 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
33741
33741
|
"""Task type. Valid values:
|
|
33742
33742
|
<li>Transcode: Transcoding</li>
|
|
33743
33743
|
<li>AnimatedGraphics: Animated image generating</li>
|
|
33744
|
-
<li>SnapshotByTimeOffset: Time point
|
|
33745
|
-
<li>SampleSnapshot: Sampled
|
|
33746
|
-
<li>ImageSprites: Image sprite
|
|
33747
|
-
<li>CoverBySnapshot:
|
|
33744
|
+
<li>SnapshotByTimeOffset: Time point screenshot</li>
|
|
33745
|
+
<li>SampleSnapshot: Sampled screenshot</li>
|
|
33746
|
+
<li>ImageSprites: Image sprite screenshot</li>
|
|
33747
|
+
<li>CoverBySnapshot: Screenshot for cover image</li>
|
|
33748
33748
|
<li>AdaptiveDynamicStreaming: Adaptive bitrate streaming</li>
|
|
33749
33749
|
:rtype: str
|
|
33750
33750
|
"""
|
|
@@ -33780,7 +33780,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33780
33780
|
|
|
33781
33781
|
@property
|
|
33782
33782
|
def SnapshotByTimeOffsetTask(self):
|
|
33783
|
-
"""Query result of a time point
|
|
33783
|
+
"""Query result of a time point screenshot task, which is valid when task type is `SnapshotByTimeOffset`.
|
|
33784
33784
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33785
33785
|
:rtype: :class:`tencentcloud.mps.v20190612.models.MediaProcessTaskSnapshotByTimeOffsetResult`
|
|
33786
33786
|
"""
|
|
@@ -33792,7 +33792,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33792
33792
|
|
|
33793
33793
|
@property
|
|
33794
33794
|
def SampleSnapshotTask(self):
|
|
33795
|
-
"""Query result of a sampled
|
|
33795
|
+
"""Query result of a sampled screenshot task, which is valid when task type is `SampleSnapshot`.
|
|
33796
33796
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33797
33797
|
:rtype: :class:`tencentcloud.mps.v20190612.models.MediaProcessTaskSampleSnapshotResult`
|
|
33798
33798
|
"""
|
|
@@ -33804,7 +33804,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33804
33804
|
|
|
33805
33805
|
@property
|
|
33806
33806
|
def ImageSpriteTask(self):
|
|
33807
|
-
"""Query result of an image sprite
|
|
33807
|
+
"""Query result of an image sprite screenshot task, which is valid when task type is `ImageSprite`.
|
|
33808
33808
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33809
33809
|
:rtype: :class:`tencentcloud.mps.v20190612.models.MediaProcessTaskImageSpriteResult`
|
|
33810
33810
|
"""
|
|
@@ -33858,7 +33858,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
33858
33858
|
|
|
33859
33859
|
|
|
33860
33860
|
class MediaProcessTaskSampleSnapshotResult(AbstractModel):
|
|
33861
|
-
"""Result type of a sampled
|
|
33861
|
+
"""Result type of a sampled screenshot task
|
|
33862
33862
|
|
|
33863
33863
|
"""
|
|
33864
33864
|
|
|
@@ -33873,11 +33873,15 @@ class MediaProcessTaskSampleSnapshotResult(AbstractModel):
|
|
|
33873
33873
|
:param _Message: Error message.
|
|
33874
33874
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33875
33875
|
:type Message: str
|
|
33876
|
-
:param _Input: Input for a sampled
|
|
33876
|
+
:param _Input: Input for a sampled screenshot task.
|
|
33877
33877
|
:type Input: :class:`tencentcloud.mps.v20190612.models.SampleSnapshotTaskInput`
|
|
33878
|
-
:param _Output: Output of a sampled
|
|
33878
|
+
:param _Output: Output of a sampled screenshot task.
|
|
33879
33879
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33880
33880
|
:type Output: :class:`tencentcloud.mps.v20190612.models.MediaSampleSnapshotItem`
|
|
33881
|
+
:param _BeginProcessTime:
|
|
33882
|
+
:type BeginProcessTime: str
|
|
33883
|
+
:param _FinishTime:
|
|
33884
|
+
:type FinishTime: str
|
|
33881
33885
|
"""
|
|
33882
33886
|
self._Status = None
|
|
33883
33887
|
self._ErrCodeExt = None
|
|
@@ -33885,6 +33889,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33885
33889
|
self._Message = None
|
|
33886
33890
|
self._Input = None
|
|
33887
33891
|
self._Output = None
|
|
33892
|
+
self._BeginProcessTime = None
|
|
33893
|
+
self._FinishTime = None
|
|
33888
33894
|
|
|
33889
33895
|
@property
|
|
33890
33896
|
def Status(self):
|
|
@@ -33933,7 +33939,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33933
33939
|
|
|
33934
33940
|
@property
|
|
33935
33941
|
def Input(self):
|
|
33936
|
-
"""Input for a sampled
|
|
33942
|
+
"""Input for a sampled screenshot task.
|
|
33937
33943
|
:rtype: :class:`tencentcloud.mps.v20190612.models.SampleSnapshotTaskInput`
|
|
33938
33944
|
"""
|
|
33939
33945
|
return self._Input
|
|
@@ -33944,7 +33950,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33944
33950
|
|
|
33945
33951
|
@property
|
|
33946
33952
|
def Output(self):
|
|
33947
|
-
"""Output of a sampled
|
|
33953
|
+
"""Output of a sampled screenshot task.
|
|
33948
33954
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33949
33955
|
:rtype: :class:`tencentcloud.mps.v20190612.models.MediaSampleSnapshotItem`
|
|
33950
33956
|
"""
|
|
@@ -33954,6 +33960,28 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33954
33960
|
def Output(self, Output):
|
|
33955
33961
|
self._Output = Output
|
|
33956
33962
|
|
|
33963
|
+
@property
|
|
33964
|
+
def BeginProcessTime(self):
|
|
33965
|
+
"""
|
|
33966
|
+
:rtype: str
|
|
33967
|
+
"""
|
|
33968
|
+
return self._BeginProcessTime
|
|
33969
|
+
|
|
33970
|
+
@BeginProcessTime.setter
|
|
33971
|
+
def BeginProcessTime(self, BeginProcessTime):
|
|
33972
|
+
self._BeginProcessTime = BeginProcessTime
|
|
33973
|
+
|
|
33974
|
+
@property
|
|
33975
|
+
def FinishTime(self):
|
|
33976
|
+
"""
|
|
33977
|
+
:rtype: str
|
|
33978
|
+
"""
|
|
33979
|
+
return self._FinishTime
|
|
33980
|
+
|
|
33981
|
+
@FinishTime.setter
|
|
33982
|
+
def FinishTime(self, FinishTime):
|
|
33983
|
+
self._FinishTime = FinishTime
|
|
33984
|
+
|
|
33957
33985
|
|
|
33958
33986
|
def _deserialize(self, params):
|
|
33959
33987
|
self._Status = params.get("Status")
|
|
@@ -33966,6 +33994,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33966
33994
|
if params.get("Output") is not None:
|
|
33967
33995
|
self._Output = MediaSampleSnapshotItem()
|
|
33968
33996
|
self._Output._deserialize(params.get("Output"))
|
|
33997
|
+
self._BeginProcessTime = params.get("BeginProcessTime")
|
|
33998
|
+
self._FinishTime = params.get("FinishTime")
|
|
33969
33999
|
memeber_set = set(params.keys())
|
|
33970
34000
|
for name, value in vars(self).items():
|
|
33971
34001
|
property_name = name[1:]
|
|
@@ -33977,7 +34007,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33977
34007
|
|
|
33978
34008
|
|
|
33979
34009
|
class MediaProcessTaskSnapshotByTimeOffsetResult(AbstractModel):
|
|
33980
|
-
"""Result type of a time point
|
|
34010
|
+
"""Result type of a time point screenshot task
|
|
33981
34011
|
|
|
33982
34012
|
"""
|
|
33983
34013
|
|
|
@@ -33991,11 +34021,15 @@ class MediaProcessTaskSnapshotByTimeOffsetResult(AbstractModel):
|
|
|
33991
34021
|
:type ErrCode: int
|
|
33992
34022
|
:param _Message: Error message.
|
|
33993
34023
|
:type Message: str
|
|
33994
|
-
:param _Input: Input for a time point
|
|
34024
|
+
:param _Input: Input for a time point screenshot task.
|
|
33995
34025
|
:type Input: :class:`tencentcloud.mps.v20190612.models.SnapshotByTimeOffsetTaskInput`
|
|
33996
|
-
:param _Output: Output of a time point
|
|
34026
|
+
:param _Output: Output of a time point screenshot task.
|
|
33997
34027
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33998
34028
|
:type Output: :class:`tencentcloud.mps.v20190612.models.MediaSnapshotByTimeOffsetItem`
|
|
34029
|
+
:param _BeginProcessTime: The time when the task started executing, in ISO date format.
|
|
34030
|
+
:type BeginProcessTime: str
|
|
34031
|
+
:param _FinishTime: The time when the task finished, in ISO date format.
|
|
34032
|
+
:type FinishTime: str
|
|
33999
34033
|
"""
|
|
34000
34034
|
self._Status = None
|
|
34001
34035
|
self._ErrCodeExt = None
|
|
@@ -34003,6 +34037,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
34003
34037
|
self._Message = None
|
|
34004
34038
|
self._Input = None
|
|
34005
34039
|
self._Output = None
|
|
34040
|
+
self._BeginProcessTime = None
|
|
34041
|
+
self._FinishTime = None
|
|
34006
34042
|
|
|
34007
34043
|
@property
|
|
34008
34044
|
def Status(self):
|
|
@@ -34050,7 +34086,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
34050
34086
|
|
|
34051
34087
|
@property
|
|
34052
34088
|
def Input(self):
|
|
34053
|
-
"""Input for a time point
|
|
34089
|
+
"""Input for a time point screenshot task.
|
|
34054
34090
|
:rtype: :class:`tencentcloud.mps.v20190612.models.SnapshotByTimeOffsetTaskInput`
|
|
34055
34091
|
"""
|
|
34056
34092
|
return self._Input
|
|
@@ -34061,7 +34097,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
34061
34097
|
|
|
34062
34098
|
@property
|
|
34063
34099
|
def Output(self):
|
|
34064
|
-
"""Output of a time point
|
|
34100
|
+
"""Output of a time point screenshot task.
|
|
34065
34101
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
34066
34102
|
:rtype: :class:`tencentcloud.mps.v20190612.models.MediaSnapshotByTimeOffsetItem`
|
|
34067
34103
|
"""
|
|
@@ -34071,6 +34107,28 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
34071
34107
|
def Output(self, Output):
|
|
34072
34108
|
self._Output = Output
|
|
34073
34109
|
|
|
34110
|
+
@property
|
|
34111
|
+
def BeginProcessTime(self):
|
|
34112
|
+
"""The time when the task started executing, in ISO date format.
|
|
34113
|
+
:rtype: str
|
|
34114
|
+
"""
|
|
34115
|
+
return self._BeginProcessTime
|
|
34116
|
+
|
|
34117
|
+
@BeginProcessTime.setter
|
|
34118
|
+
def BeginProcessTime(self, BeginProcessTime):
|
|
34119
|
+
self._BeginProcessTime = BeginProcessTime
|
|
34120
|
+
|
|
34121
|
+
@property
|
|
34122
|
+
def FinishTime(self):
|
|
34123
|
+
"""The time when the task finished, in ISO date format.
|
|
34124
|
+
:rtype: str
|
|
34125
|
+
"""
|
|
34126
|
+
return self._FinishTime
|
|
34127
|
+
|
|
34128
|
+
@FinishTime.setter
|
|
34129
|
+
def FinishTime(self, FinishTime):
|
|
34130
|
+
self._FinishTime = FinishTime
|
|
34131
|
+
|
|
34074
34132
|
|
|
34075
34133
|
def _deserialize(self, params):
|
|
34076
34134
|
self._Status = params.get("Status")
|
|
@@ -34083,6 +34141,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
34083
34141
|
if params.get("Output") is not None:
|
|
34084
34142
|
self._Output = MediaSnapshotByTimeOffsetItem()
|
|
34085
34143
|
self._Output._deserialize(params.get("Output"))
|
|
34144
|
+
self._BeginProcessTime = params.get("BeginProcessTime")
|
|
34145
|
+
self._FinishTime = params.get("FinishTime")
|
|
34086
34146
|
memeber_set = set(params.keys())
|
|
34087
34147
|
for name, value in vars(self).items():
|
|
34088
34148
|
property_name = name[1:]
|
|
@@ -34234,7 +34294,7 @@ class MediaSampleSnapshotItem(AbstractModel):
|
|
|
34234
34294
|
|
|
34235
34295
|
def __init__(self):
|
|
34236
34296
|
r"""
|
|
34237
|
-
:param _Definition: Sampled screenshot specification ID. For more information, please see [Sampled
|
|
34297
|
+
:param _Definition: Sampled screenshot specification ID. For more information, please see [Sampled Screenshot Parameter Template](https://intl.cloud.tencent.com/document/product/266/33480?from_cn_redirect=1#.E9.87.87.E6.A0.B7.E6.88.AA.E5.9B.BE.E6.A8.A1.E6.9D.BF).
|
|
34238
34298
|
:type Definition: int
|
|
34239
34299
|
:param _SampleType: Sample type. Valid values:
|
|
34240
34300
|
<li>Percent: Samples at the specified percentage interval.</li>
|
|
@@ -34260,7 +34320,7 @@ class MediaSampleSnapshotItem(AbstractModel):
|
|
|
34260
34320
|
|
|
34261
34321
|
@property
|
|
34262
34322
|
def Definition(self):
|
|
34263
|
-
"""Sampled screenshot specification ID. For more information, please see [Sampled
|
|
34323
|
+
"""Sampled screenshot specification ID. For more information, please see [Sampled Screenshot Parameter Template](https://intl.cloud.tencent.com/document/product/266/33480?from_cn_redirect=1#.E9.87.87.E6.A0.B7.E6.88.AA.E5.9B.BE.E6.A8.A1.E6.9D.BF).
|
|
34264
34324
|
:rtype: int
|
|
34265
34325
|
"""
|
|
34266
34326
|
return self._Definition
|
|
@@ -34355,7 +34415,7 @@ class MediaSnapshotByTimeOffsetItem(AbstractModel):
|
|
|
34355
34415
|
|
|
34356
34416
|
def __init__(self):
|
|
34357
34417
|
r"""
|
|
34358
|
-
:param _Definition: Specification of a time point screenshot.
|
|
34418
|
+
:param _Definition: Specification of a time point screenshot template.
|
|
34359
34419
|
:type Definition: int
|
|
34360
34420
|
:param _PicInfoSet: Information set of screenshots of the same specification. Each element represents a screenshot.
|
|
34361
34421
|
:type PicInfoSet: list of MediaSnapshotByTimePicInfoItem
|
|
@@ -34368,7 +34428,7 @@ class MediaSnapshotByTimeOffsetItem(AbstractModel):
|
|
|
34368
34428
|
|
|
34369
34429
|
@property
|
|
34370
34430
|
def Definition(self):
|
|
34371
|
-
"""Specification of a time point screenshot.
|
|
34431
|
+
"""Specification of a time point screenshot template.
|
|
34372
34432
|
:rtype: int
|
|
34373
34433
|
"""
|
|
34374
34434
|
return self._Definition
|
|
@@ -38650,10 +38710,10 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
38650
38710
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
38651
38711
|
:type AddonAudioStream: list of MediaInputInfo
|
|
38652
38712
|
:param _StdExtInfo: An extended field for transcoding.
|
|
38653
|
-
Note: This field may return
|
|
38713
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
38654
38714
|
:type StdExtInfo: str
|
|
38655
38715
|
:param _AddOnSubtitles: The subtitle file to add.
|
|
38656
|
-
Note: This field may return
|
|
38716
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
38657
38717
|
:type AddOnSubtitles: list of AddOnSubtitle
|
|
38658
38718
|
"""
|
|
38659
38719
|
self._Container = None
|
|
@@ -38765,7 +38825,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
38765
38825
|
@property
|
|
38766
38826
|
def StdExtInfo(self):
|
|
38767
38827
|
"""An extended field for transcoding.
|
|
38768
|
-
Note: This field may return
|
|
38828
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
38769
38829
|
:rtype: str
|
|
38770
38830
|
"""
|
|
38771
38831
|
return self._StdExtInfo
|
|
@@ -38777,7 +38837,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
38777
38837
|
@property
|
|
38778
38838
|
def AddOnSubtitles(self):
|
|
38779
38839
|
"""The subtitle file to add.
|
|
38780
|
-
Note: This field may return
|
|
38840
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
38781
38841
|
:rtype: list of AddOnSubtitle
|
|
38782
38842
|
"""
|
|
38783
38843
|
return self._AddOnSubtitles
|
|
@@ -43432,13 +43492,13 @@ class S3OutputStorage(AbstractModel):
|
|
|
43432
43492
|
|
|
43433
43493
|
|
|
43434
43494
|
class SampleSnapshotTaskInput(AbstractModel):
|
|
43435
|
-
"""Input parameter type of a sampled
|
|
43495
|
+
"""Input parameter type of a sampled screenshot task.
|
|
43436
43496
|
|
|
43437
43497
|
"""
|
|
43438
43498
|
|
|
43439
43499
|
def __init__(self):
|
|
43440
43500
|
r"""
|
|
43441
|
-
:param _Definition: Sampled
|
|
43501
|
+
:param _Definition: Sampled screenshot template ID.
|
|
43442
43502
|
:type Definition: int
|
|
43443
43503
|
:param _WatermarkSet: List of up to 10 image or text watermarks.
|
|
43444
43504
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
@@ -43466,7 +43526,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
43466
43526
|
|
|
43467
43527
|
@property
|
|
43468
43528
|
def Definition(self):
|
|
43469
|
-
"""Sampled
|
|
43529
|
+
"""Sampled screenshot template ID.
|
|
43470
43530
|
:rtype: int
|
|
43471
43531
|
"""
|
|
43472
43532
|
return self._Definition
|
|
@@ -43555,19 +43615,19 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
43555
43615
|
|
|
43556
43616
|
|
|
43557
43617
|
class SampleSnapshotTemplate(AbstractModel):
|
|
43558
|
-
"""Details of a sampled
|
|
43618
|
+
"""Details of a sampled screenshot template
|
|
43559
43619
|
|
|
43560
43620
|
"""
|
|
43561
43621
|
|
|
43562
43622
|
def __init__(self):
|
|
43563
43623
|
r"""
|
|
43564
|
-
:param _Definition: Unique ID of a sampled
|
|
43624
|
+
:param _Definition: Unique ID of a sampled screenshot template.
|
|
43565
43625
|
:type Definition: int
|
|
43566
43626
|
:param _Type: Template type. Valid values:
|
|
43567
43627
|
<li>Preset: Preset template;</li>
|
|
43568
43628
|
<li>Custom: Custom template.</li>
|
|
43569
43629
|
:type Type: str
|
|
43570
|
-
:param _Name: Name of a sampled
|
|
43630
|
+
:param _Name: Name of a sampled screenshot template.
|
|
43571
43631
|
:type Name: str
|
|
43572
43632
|
:param _Comment: Template description.
|
|
43573
43633
|
:type Comment: str
|
|
@@ -43592,7 +43652,7 @@ Default value: open.
|
|
|
43592
43652
|
:type ResolutionAdaptive: str
|
|
43593
43653
|
:param _Format: Image format.
|
|
43594
43654
|
:type Format: str
|
|
43595
|
-
:param _SampleType: Sampled
|
|
43655
|
+
:param _SampleType: Sampled screenshot type.
|
|
43596
43656
|
:type SampleType: str
|
|
43597
43657
|
:param _SampleInterval: Sampling interval.
|
|
43598
43658
|
:type SampleInterval: int
|
|
@@ -43624,7 +43684,7 @@ Default value: black.
|
|
|
43624
43684
|
|
|
43625
43685
|
@property
|
|
43626
43686
|
def Definition(self):
|
|
43627
|
-
"""Unique ID of a sampled
|
|
43687
|
+
"""Unique ID of a sampled screenshot template.
|
|
43628
43688
|
:rtype: int
|
|
43629
43689
|
"""
|
|
43630
43690
|
return self._Definition
|
|
@@ -43648,7 +43708,7 @@ Default value: black.
|
|
|
43648
43708
|
|
|
43649
43709
|
@property
|
|
43650
43710
|
def Name(self):
|
|
43651
|
-
"""Name of a sampled
|
|
43711
|
+
"""Name of a sampled screenshot template.
|
|
43652
43712
|
:rtype: str
|
|
43653
43713
|
"""
|
|
43654
43714
|
return self._Name
|
|
@@ -43727,7 +43787,7 @@ Default value: open.
|
|
|
43727
43787
|
|
|
43728
43788
|
@property
|
|
43729
43789
|
def SampleType(self):
|
|
43730
|
-
"""Sampled
|
|
43790
|
+
"""Sampled screenshot type.
|
|
43731
43791
|
:rtype: str
|
|
43732
43792
|
"""
|
|
43733
43793
|
return self._SampleType
|
|
@@ -44601,7 +44661,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
44601
44661
|
:param _Type: The scheme type. Valid values:
|
|
44602
44662
|
<li>`Preset`</li>
|
|
44603
44663
|
<li>`Custom` </li>
|
|
44604
|
-
Note: This field may return
|
|
44664
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
44605
44665
|
:type Type: str
|
|
44606
44666
|
:param _Status: The scheme status. Valid values:
|
|
44607
44667
|
`Enabled`
|
|
@@ -44674,7 +44734,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
44674
44734
|
"""The scheme type. Valid values:
|
|
44675
44735
|
<li>`Preset`</li>
|
|
44676
44736
|
<li>`Custom` </li>
|
|
44677
|
-
Note: This field may return
|
|
44737
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
44678
44738
|
:rtype: str
|
|
44679
44739
|
"""
|
|
44680
44740
|
return self._Type
|
|
@@ -45347,13 +45407,13 @@ class SimpleAesDrm(AbstractModel):
|
|
|
45347
45407
|
def __init__(self):
|
|
45348
45408
|
r"""
|
|
45349
45409
|
:param _Uri: The URI of decryption key.
|
|
45350
|
-
Note: This field may return
|
|
45410
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
45351
45411
|
:type Uri: str
|
|
45352
45412
|
:param _Key: The encryption key (a 32-byte string).
|
|
45353
|
-
Note: This field may return
|
|
45413
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
45354
45414
|
:type Key: str
|
|
45355
45415
|
:param _Vector: The initialization vector for encryption (a 32-byte string).
|
|
45356
|
-
Note: This field may return
|
|
45416
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
45357
45417
|
:type Vector: str
|
|
45358
45418
|
"""
|
|
45359
45419
|
self._Uri = None
|
|
@@ -45363,7 +45423,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
45363
45423
|
@property
|
|
45364
45424
|
def Uri(self):
|
|
45365
45425
|
"""The URI of decryption key.
|
|
45366
|
-
Note: This field may return
|
|
45426
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
45367
45427
|
:rtype: str
|
|
45368
45428
|
"""
|
|
45369
45429
|
return self._Uri
|
|
@@ -45375,7 +45435,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
45375
45435
|
@property
|
|
45376
45436
|
def Key(self):
|
|
45377
45437
|
"""The encryption key (a 32-byte string).
|
|
45378
|
-
Note: This field may return
|
|
45438
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
45379
45439
|
:rtype: str
|
|
45380
45440
|
"""
|
|
45381
45441
|
return self._Key
|
|
@@ -45387,7 +45447,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
45387
45447
|
@property
|
|
45388
45448
|
def Vector(self):
|
|
45389
45449
|
"""The initialization vector for encryption (a 32-byte string).
|
|
45390
|
-
Note: This field may return
|
|
45450
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
45391
45451
|
:rtype: str
|
|
45392
45452
|
"""
|
|
45393
45453
|
return self._Vector
|
|
@@ -46704,13 +46764,13 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
46704
46764
|
|
|
46705
46765
|
|
|
46706
46766
|
class SnapshotByTimeOffsetTaskInput(AbstractModel):
|
|
46707
|
-
"""Input parameter type of a time point
|
|
46767
|
+
"""Input parameter type of a time point screenshot task
|
|
46708
46768
|
|
|
46709
46769
|
"""
|
|
46710
46770
|
|
|
46711
46771
|
def __init__(self):
|
|
46712
46772
|
r"""
|
|
46713
|
-
:param _Definition: ID of a time point
|
|
46773
|
+
:param _Definition: ID of a time point screenshot template.
|
|
46714
46774
|
:type Definition: int
|
|
46715
46775
|
:param _ExtTimeOffsetSet: List of screenshot time points in the format of `s` or `%`:
|
|
46716
46776
|
<li>If the string ends in `s`, it means that the time point is in seconds; for example, `3.5s` means that the time point is the 3.5th second;</li>
|
|
@@ -46747,7 +46807,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
46747
46807
|
|
|
46748
46808
|
@property
|
|
46749
46809
|
def Definition(self):
|
|
46750
|
-
"""ID of a time point
|
|
46810
|
+
"""ID of a time point screenshot template.
|
|
46751
46811
|
:rtype: int
|
|
46752
46812
|
"""
|
|
46753
46813
|
return self._Definition
|
|
@@ -46863,19 +46923,19 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
46863
46923
|
|
|
46864
46924
|
|
|
46865
46925
|
class SnapshotByTimeOffsetTemplate(AbstractModel):
|
|
46866
|
-
"""Details of a time point
|
|
46926
|
+
"""Details of a time point screenshot template.
|
|
46867
46927
|
|
|
46868
46928
|
"""
|
|
46869
46929
|
|
|
46870
46930
|
def __init__(self):
|
|
46871
46931
|
r"""
|
|
46872
|
-
:param _Definition: Unique ID of a time point
|
|
46932
|
+
:param _Definition: Unique ID of a time point screenshot template.
|
|
46873
46933
|
:type Definition: int
|
|
46874
46934
|
:param _Type: Template type. Valid values:
|
|
46875
46935
|
<li>Preset: Preset template;</li>
|
|
46876
46936
|
<li>Custom: Custom template.</li>
|
|
46877
46937
|
:type Type: str
|
|
46878
|
-
:param _Name: Name of a time point
|
|
46938
|
+
:param _Name: Name of a time point screenshot template.
|
|
46879
46939
|
:type Name: str
|
|
46880
46940
|
:param _Comment: Template description.
|
|
46881
46941
|
:type Comment: str
|
|
@@ -46926,7 +46986,7 @@ Default value: black.
|
|
|
46926
46986
|
|
|
46927
46987
|
@property
|
|
46928
46988
|
def Definition(self):
|
|
46929
|
-
"""Unique ID of a time point
|
|
46989
|
+
"""Unique ID of a time point screenshot template.
|
|
46930
46990
|
:rtype: int
|
|
46931
46991
|
"""
|
|
46932
46992
|
return self._Definition
|
|
@@ -46950,7 +47010,7 @@ Default value: black.
|
|
|
46950
47010
|
|
|
46951
47011
|
@property
|
|
46952
47012
|
def Name(self):
|
|
46953
|
-
"""Name of a time point
|
|
47013
|
+
"""Name of a time point screenshot template.
|
|
46954
47014
|
:rtype: str
|
|
46955
47015
|
"""
|
|
46956
47016
|
return self._Name
|
|
@@ -47210,10 +47270,10 @@ class SubtitleTemplate(AbstractModel):
|
|
|
47210
47270
|
def __init__(self):
|
|
47211
47271
|
r"""
|
|
47212
47272
|
:param _Path: The URL of the subtitles to add to the video.
|
|
47213
|
-
Note: This field may return
|
|
47273
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47214
47274
|
:type Path: str
|
|
47215
47275
|
:param _StreamIndex: The subtitle track to add to the video. If both `Path` and `StreamIndex` are specified, `Path` will be used. You need to specify at least one of the two parameters.
|
|
47216
|
-
Note: This field may return
|
|
47276
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47217
47277
|
:type StreamIndex: int
|
|
47218
47278
|
:param _FontType: The font. Valid values:
|
|
47219
47279
|
<li>`hei.ttf`: Heiti.</li>
|
|
@@ -47221,19 +47281,19 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
47221
47281
|
<li>`simkai.ttf`: Kaiti.</li>
|
|
47222
47282
|
<li>`arial.ttf`: Arial.</li>
|
|
47223
47283
|
The default is `hei.ttf`.
|
|
47224
|
-
Note: This field may return
|
|
47284
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47225
47285
|
:type FontType: str
|
|
47226
47286
|
:param _FontSize: The font size (pixels). If this is not specified, the font size in the subtitle file will be used.
|
|
47227
|
-
Note: This field may return
|
|
47287
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47228
47288
|
:type FontSize: str
|
|
47229
47289
|
:param _FontColor: The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).
|
|
47230
|
-
Note: This field may return
|
|
47290
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47231
47291
|
:type FontColor: str
|
|
47232
47292
|
:param _FontAlpha: The text transparency. Value range: 0-1.
|
|
47233
47293
|
<li>`0`: Fully transparent.</li>
|
|
47234
47294
|
<li>`1`: Fully opaque.</li>
|
|
47235
47295
|
Default value: 1.
|
|
47236
|
-
Note: This field may return
|
|
47296
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47237
47297
|
:type FontAlpha: float
|
|
47238
47298
|
"""
|
|
47239
47299
|
self._Path = None
|
|
@@ -47246,7 +47306,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
47246
47306
|
@property
|
|
47247
47307
|
def Path(self):
|
|
47248
47308
|
"""The URL of the subtitles to add to the video.
|
|
47249
|
-
Note: This field may return
|
|
47309
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47250
47310
|
:rtype: str
|
|
47251
47311
|
"""
|
|
47252
47312
|
return self._Path
|
|
@@ -47258,7 +47318,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
47258
47318
|
@property
|
|
47259
47319
|
def StreamIndex(self):
|
|
47260
47320
|
"""The subtitle track to add to the video. If both `Path` and `StreamIndex` are specified, `Path` will be used. You need to specify at least one of the two parameters.
|
|
47261
|
-
Note: This field may return
|
|
47321
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47262
47322
|
:rtype: int
|
|
47263
47323
|
"""
|
|
47264
47324
|
return self._StreamIndex
|
|
@@ -47275,7 +47335,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
47275
47335
|
<li>`simkai.ttf`: Kaiti.</li>
|
|
47276
47336
|
<li>`arial.ttf`: Arial.</li>
|
|
47277
47337
|
The default is `hei.ttf`.
|
|
47278
|
-
Note: This field may return
|
|
47338
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47279
47339
|
:rtype: str
|
|
47280
47340
|
"""
|
|
47281
47341
|
return self._FontType
|
|
@@ -47287,7 +47347,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
47287
47347
|
@property
|
|
47288
47348
|
def FontSize(self):
|
|
47289
47349
|
"""The font size (pixels). If this is not specified, the font size in the subtitle file will be used.
|
|
47290
|
-
Note: This field may return
|
|
47350
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47291
47351
|
:rtype: str
|
|
47292
47352
|
"""
|
|
47293
47353
|
return self._FontSize
|
|
@@ -47299,7 +47359,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
47299
47359
|
@property
|
|
47300
47360
|
def FontColor(self):
|
|
47301
47361
|
"""The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).
|
|
47302
|
-
Note: This field may return
|
|
47362
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47303
47363
|
:rtype: str
|
|
47304
47364
|
"""
|
|
47305
47365
|
return self._FontColor
|
|
@@ -47314,7 +47374,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
47314
47374
|
<li>`0`: Fully transparent.</li>
|
|
47315
47375
|
<li>`1`: Fully opaque.</li>
|
|
47316
47376
|
Default value: 1.
|
|
47317
|
-
Note: This field may return
|
|
47377
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47318
47378
|
:rtype: float
|
|
47319
47379
|
"""
|
|
47320
47380
|
return self._FontAlpha
|
|
@@ -47661,10 +47721,10 @@ class TEHDConfigForUpdate(AbstractModel):
|
|
|
47661
47721
|
<li>`TEHD-100`: TSC-100 (video TSC). </li>
|
|
47662
47722
|
<li>`TEHD-200`: TSC-200 (audio TSC). </li>
|
|
47663
47723
|
If this parameter is left blank, no modification will be made.
|
|
47664
|
-
Note: This field may return
|
|
47724
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47665
47725
|
:type Type: str
|
|
47666
47726
|
:param _MaxVideoBitrate: The maximum video bitrate. If this parameter is not specified, no modifications will be made.
|
|
47667
|
-
Note: This field may return
|
|
47727
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47668
47728
|
:type MaxVideoBitrate: int
|
|
47669
47729
|
"""
|
|
47670
47730
|
self._Type = None
|
|
@@ -47676,7 +47736,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
47676
47736
|
<li>`TEHD-100`: TSC-100 (video TSC). </li>
|
|
47677
47737
|
<li>`TEHD-200`: TSC-200 (audio TSC). </li>
|
|
47678
47738
|
If this parameter is left blank, no modification will be made.
|
|
47679
|
-
Note: This field may return
|
|
47739
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47680
47740
|
:rtype: str
|
|
47681
47741
|
"""
|
|
47682
47742
|
return self._Type
|
|
@@ -47688,7 +47748,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
47688
47748
|
@property
|
|
47689
47749
|
def MaxVideoBitrate(self):
|
|
47690
47750
|
"""The maximum video bitrate. If this parameter is not specified, no modifications will be made.
|
|
47691
|
-
Note: This field may return
|
|
47751
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47692
47752
|
:rtype: int
|
|
47693
47753
|
"""
|
|
47694
47754
|
return self._MaxVideoBitrate
|
|
@@ -47823,7 +47883,7 @@ class TaskNotifyConfig(AbstractModel):
|
|
|
47823
47883
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47824
47884
|
:type AwsSQS: :class:`tencentcloud.mps.v20190612.models.AwsSQS`
|
|
47825
47885
|
:param _NotifyKey: The key used to generate the callback signature.
|
|
47826
|
-
Note: This field may return
|
|
47886
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47827
47887
|
:type NotifyKey: str
|
|
47828
47888
|
"""
|
|
47829
47889
|
self._NotifyType = None
|
|
@@ -47935,7 +47995,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
47935
47995
|
@property
|
|
47936
47996
|
def NotifyKey(self):
|
|
47937
47997
|
"""The key used to generate the callback signature.
|
|
47938
|
-
Note: This field may return
|
|
47998
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
47939
47999
|
:rtype: str
|
|
47940
48000
|
"""
|
|
47941
48001
|
return self._NotifyKey
|
|
@@ -47976,7 +48036,7 @@ class TaskOutputStorage(AbstractModel):
|
|
|
47976
48036
|
r"""
|
|
47977
48037
|
:param _Type: The storage type for a media processing output file. Valid values:
|
|
47978
48038
|
<li>`COS`: Tencent Cloud COS</li>
|
|
47979
|
-
<li
|
|
48039
|
+
<li>`AWS-S3`: AWS S3. This type is only supported for AWS tasks, and the output bucket must be in the same region as the bucket of the source file.</li>
|
|
47980
48040
|
:type Type: str
|
|
47981
48041
|
:param _CosOutputStorage: The location to save the output object in COS. This parameter is valid and required when `Type` is COS.
|
|
47982
48042
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
@@ -47993,7 +48053,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
47993
48053
|
def Type(self):
|
|
47994
48054
|
"""The storage type for a media processing output file. Valid values:
|
|
47995
48055
|
<li>`COS`: Tencent Cloud COS</li>
|
|
47996
|
-
<li
|
|
48056
|
+
<li>`AWS-S3`: AWS S3. This type is only supported for AWS tasks, and the output bucket must be in the same region as the bucket of the source file.</li>
|
|
47997
48057
|
:rtype: str
|
|
47998
48058
|
"""
|
|
47999
48059
|
return self._Type
|
|
@@ -50636,9 +50696,9 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
50636
50696
|
Note: The value must be greater than 0.
|
|
50637
50697
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
50638
50698
|
:type FpsDenominator: int
|
|
50639
|
-
:param _Stereo3dType: 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values
|
|
50640
|
-
<Li>
|
|
50641
|
-
<li>top_bottom: vertical layout arrangement of original video content.</li
|
|
50699
|
+
:param _Stereo3dType: 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values:
|
|
50700
|
+
<Li>side_by_side: the original video content is arranged in a left-right layout.</li>
|
|
50701
|
+
<li>top_bottom: vertical layout arrangement of original video content.</li>
|
|
50642
50702
|
Submit the amount and cost based on the segmented resolution size.
|
|
50643
50703
|
Default value: side_by_side.
|
|
50644
50704
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
@@ -50963,9 +51023,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
50963
51023
|
|
|
50964
51024
|
@property
|
|
50965
51025
|
def Stereo3dType(self):
|
|
50966
|
-
"""3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values
|
|
50967
|
-
<Li>
|
|
50968
|
-
<li>top_bottom: vertical layout arrangement of original video content.</li
|
|
51026
|
+
"""3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values:
|
|
51027
|
+
<Li>side_by_side: the original video content is arranged in a left-right layout.</li>
|
|
51028
|
+
<li>top_bottom: vertical layout arrangement of original video content.</li>
|
|
50969
51029
|
Submit the amount and cost based on the segmented resolution size.
|
|
50970
51030
|
Default value: side_by_side.
|
|
50971
51031
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
@@ -51238,7 +51298,7 @@ class VideoTemplateInfoForUpdate(AbstractModel):
|
|
|
51238
51298
|
|
|
51239
51299
|
Note:
|
|
51240
51300
|
AV1 encoding containers currently only support mp4, webm, and mkv.
|
|
51241
|
-
H.266 encoding containers currently only support mp4, hls, ts, and
|
|
51301
|
+
H.266 encoding containers currently only support mp4, hls, ts, and mov.
|
|
51242
51302
|
VP8 and VP9 encoding containers currently only support webm and mkv.
|
|
51243
51303
|
MPEG2 and DNxHD encoding containers currently only support mxf.
|
|
51244
51304
|
MV-HEVC encoding containers only support mp4, hls, and mov. Also, the hls format only supports mp4 segmentation format.
|
|
@@ -51322,9 +51382,9 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
51322
51382
|
Note: The value must be greater than 0.
|
|
51323
51383
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
51324
51384
|
:type FpsDenominator: int
|
|
51325
|
-
:param _Stereo3dType: 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values
|
|
51326
|
-
<Li>
|
|
51327
|
-
<Li>
|
|
51385
|
+
:param _Stereo3dType: 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values:
|
|
51386
|
+
<Li>side_by_side: the original video content is arranged in a left-right layout.</li>
|
|
51387
|
+
<Li>top_bottom: layout arrangement of the original video content from top to bottom.</li>
|
|
51328
51388
|
The usage and charges will be reported based on the segmented resolution dimensions.
|
|
51329
51389
|
Default value: side_by_side.
|
|
51330
51390
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
@@ -51458,7 +51518,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
51458
51518
|
|
|
51459
51519
|
Note:
|
|
51460
51520
|
AV1 encoding containers currently only support mp4, webm, and mkv.
|
|
51461
|
-
H.266 encoding containers currently only support mp4, hls, ts, and
|
|
51521
|
+
H.266 encoding containers currently only support mp4, hls, ts, and mov.
|
|
51462
51522
|
VP8 and VP9 encoding containers currently only support webm and mkv.
|
|
51463
51523
|
MPEG2 and DNxHD encoding containers currently only support mxf.
|
|
51464
51524
|
MV-HEVC encoding containers only support mp4, hls, and mov. Also, the hls format only supports mp4 segmentation format.
|
|
@@ -51668,9 +51728,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
51668
51728
|
|
|
51669
51729
|
@property
|
|
51670
51730
|
def Stereo3dType(self):
|
|
51671
|
-
"""3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values
|
|
51672
|
-
<Li>
|
|
51673
|
-
<Li>
|
|
51731
|
+
"""3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values:
|
|
51732
|
+
<Li>side_by_side: the original video content is arranged in a left-right layout.</li>
|
|
51733
|
+
<Li>top_bottom: layout arrangement of the original video content from top to bottom.</li>
|
|
51674
51734
|
The usage and charges will be reported based on the segmented resolution dimensions.
|
|
51675
51735
|
Default value: side_by_side.
|
|
51676
51736
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
@@ -51941,7 +52001,7 @@ Default value: `ON`.
|
|
|
51941
52001
|
<li>`loudNorm`: Loudness normalization.</li>
|
|
51942
52002
|
<li>`gainControl`: Volume leveling.</li>
|
|
51943
52003
|
Default value: `loudNorm`.
|
|
51944
|
-
Note: This field may return
|
|
52004
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
51945
52005
|
:type Type: str
|
|
51946
52006
|
"""
|
|
51947
52007
|
self._Switch = None
|
|
@@ -51967,7 +52027,7 @@ Default value: `ON`.
|
|
|
51967
52027
|
<li>`loudNorm`: Loudness normalization.</li>
|
|
51968
52028
|
<li>`gainControl`: Volume leveling.</li>
|
|
51969
52029
|
Default value: `loudNorm`.
|
|
51970
|
-
Note: This field may return
|
|
52030
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
51971
52031
|
:rtype: str
|
|
51972
52032
|
"""
|
|
51973
52033
|
return self._Type
|