tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1276__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +46 -0
- tencentcloud/cynosdb/v20190107/models.py +226 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +241 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +0 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +230 -0
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +156 -10
- tencentcloud/vclm/v20240523/vclm_client.py +23 -0
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +272 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/RECORD +71 -66
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/top_level.txt +0 -0
@@ -218,6 +218,168 @@ class AddCasterLayoutInfoResponse(AbstractModel):
|
|
218
218
|
self._RequestId = params.get("RequestId")
|
219
219
|
|
220
220
|
|
221
|
+
class AddCasterMarkPicInfoRequest(AbstractModel):
|
222
|
+
"""AddCasterMarkPicInfo请求参数结构体
|
223
|
+
|
224
|
+
"""
|
225
|
+
|
226
|
+
def __init__(self):
|
227
|
+
r"""
|
228
|
+
:param _CasterId: 导播台ID
|
229
|
+
:type CasterId: int
|
230
|
+
:param _MarkPicInfo: 图片水印详细参数。
|
231
|
+
:type MarkPicInfo: :class:`tencentcloud.live.v20180801.models.CasterMarkPicInfo`
|
232
|
+
"""
|
233
|
+
self._CasterId = None
|
234
|
+
self._MarkPicInfo = None
|
235
|
+
|
236
|
+
@property
|
237
|
+
def CasterId(self):
|
238
|
+
"""导播台ID
|
239
|
+
:rtype: int
|
240
|
+
"""
|
241
|
+
return self._CasterId
|
242
|
+
|
243
|
+
@CasterId.setter
|
244
|
+
def CasterId(self, CasterId):
|
245
|
+
self._CasterId = CasterId
|
246
|
+
|
247
|
+
@property
|
248
|
+
def MarkPicInfo(self):
|
249
|
+
"""图片水印详细参数。
|
250
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.CasterMarkPicInfo`
|
251
|
+
"""
|
252
|
+
return self._MarkPicInfo
|
253
|
+
|
254
|
+
@MarkPicInfo.setter
|
255
|
+
def MarkPicInfo(self, MarkPicInfo):
|
256
|
+
self._MarkPicInfo = MarkPicInfo
|
257
|
+
|
258
|
+
|
259
|
+
def _deserialize(self, params):
|
260
|
+
self._CasterId = params.get("CasterId")
|
261
|
+
if params.get("MarkPicInfo") is not None:
|
262
|
+
self._MarkPicInfo = CasterMarkPicInfo()
|
263
|
+
self._MarkPicInfo._deserialize(params.get("MarkPicInfo"))
|
264
|
+
memeber_set = set(params.keys())
|
265
|
+
for name, value in vars(self).items():
|
266
|
+
property_name = name[1:]
|
267
|
+
if property_name in memeber_set:
|
268
|
+
memeber_set.remove(property_name)
|
269
|
+
if len(memeber_set) > 0:
|
270
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
class AddCasterMarkPicInfoResponse(AbstractModel):
|
275
|
+
"""AddCasterMarkPicInfo返回参数结构体
|
276
|
+
|
277
|
+
"""
|
278
|
+
|
279
|
+
def __init__(self):
|
280
|
+
r"""
|
281
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
282
|
+
:type RequestId: str
|
283
|
+
"""
|
284
|
+
self._RequestId = None
|
285
|
+
|
286
|
+
@property
|
287
|
+
def RequestId(self):
|
288
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
289
|
+
:rtype: str
|
290
|
+
"""
|
291
|
+
return self._RequestId
|
292
|
+
|
293
|
+
@RequestId.setter
|
294
|
+
def RequestId(self, RequestId):
|
295
|
+
self._RequestId = RequestId
|
296
|
+
|
297
|
+
|
298
|
+
def _deserialize(self, params):
|
299
|
+
self._RequestId = params.get("RequestId")
|
300
|
+
|
301
|
+
|
302
|
+
class AddCasterMarkWordInfoRequest(AbstractModel):
|
303
|
+
"""AddCasterMarkWordInfo请求参数结构体
|
304
|
+
|
305
|
+
"""
|
306
|
+
|
307
|
+
def __init__(self):
|
308
|
+
r"""
|
309
|
+
:param _CasterId: 导播台ID。
|
310
|
+
:type CasterId: int
|
311
|
+
:param _MarkWordInfo: 文本的详细配置。
|
312
|
+
:type MarkWordInfo: :class:`tencentcloud.live.v20180801.models.CasterMarkWordInfo`
|
313
|
+
"""
|
314
|
+
self._CasterId = None
|
315
|
+
self._MarkWordInfo = None
|
316
|
+
|
317
|
+
@property
|
318
|
+
def CasterId(self):
|
319
|
+
"""导播台ID。
|
320
|
+
:rtype: int
|
321
|
+
"""
|
322
|
+
return self._CasterId
|
323
|
+
|
324
|
+
@CasterId.setter
|
325
|
+
def CasterId(self, CasterId):
|
326
|
+
self._CasterId = CasterId
|
327
|
+
|
328
|
+
@property
|
329
|
+
def MarkWordInfo(self):
|
330
|
+
"""文本的详细配置。
|
331
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.CasterMarkWordInfo`
|
332
|
+
"""
|
333
|
+
return self._MarkWordInfo
|
334
|
+
|
335
|
+
@MarkWordInfo.setter
|
336
|
+
def MarkWordInfo(self, MarkWordInfo):
|
337
|
+
self._MarkWordInfo = MarkWordInfo
|
338
|
+
|
339
|
+
|
340
|
+
def _deserialize(self, params):
|
341
|
+
self._CasterId = params.get("CasterId")
|
342
|
+
if params.get("MarkWordInfo") is not None:
|
343
|
+
self._MarkWordInfo = CasterMarkWordInfo()
|
344
|
+
self._MarkWordInfo._deserialize(params.get("MarkWordInfo"))
|
345
|
+
memeber_set = set(params.keys())
|
346
|
+
for name, value in vars(self).items():
|
347
|
+
property_name = name[1:]
|
348
|
+
if property_name in memeber_set:
|
349
|
+
memeber_set.remove(property_name)
|
350
|
+
if len(memeber_set) > 0:
|
351
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
352
|
+
|
353
|
+
|
354
|
+
|
355
|
+
class AddCasterMarkWordInfoResponse(AbstractModel):
|
356
|
+
"""AddCasterMarkWordInfo返回参数结构体
|
357
|
+
|
358
|
+
"""
|
359
|
+
|
360
|
+
def __init__(self):
|
361
|
+
r"""
|
362
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
363
|
+
:type RequestId: str
|
364
|
+
"""
|
365
|
+
self._RequestId = None
|
366
|
+
|
367
|
+
@property
|
368
|
+
def RequestId(self):
|
369
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
370
|
+
:rtype: str
|
371
|
+
"""
|
372
|
+
return self._RequestId
|
373
|
+
|
374
|
+
@RequestId.setter
|
375
|
+
def RequestId(self, RequestId):
|
376
|
+
self._RequestId = RequestId
|
377
|
+
|
378
|
+
|
379
|
+
def _deserialize(self, params):
|
380
|
+
self._RequestId = params.get("RequestId")
|
381
|
+
|
382
|
+
|
221
383
|
class AddCasterOutputInfoRequest(AbstractModel):
|
222
384
|
"""AddCasterOutputInfo请求参数结构体
|
223
385
|
|
@@ -3143,169 +3305,612 @@ class CasterLayoutParam(AbstractModel):
|
|
3143
3305
|
|
3144
3306
|
|
3145
3307
|
|
3146
|
-
class
|
3147
|
-
"""
|
3148
|
-
当导播台主监启动后,系统将自动将主监推流到腾讯云和其他第三方平台。
|
3308
|
+
class CasterMarkPicInfo(AbstractModel):
|
3309
|
+
"""导播台水印信息。
|
3149
3310
|
|
3150
3311
|
"""
|
3151
3312
|
|
3152
3313
|
def __init__(self):
|
3153
3314
|
r"""
|
3154
|
-
:param
|
3155
|
-
|
3156
|
-
|
3157
|
-
:type OutputIndex: int
|
3158
|
-
:param _OutputUrl: rtmp协议推流地址。
|
3159
|
-
最大允许长度512字符。
|
3160
|
-
:type OutputUrl: str
|
3161
|
-
:param _Description: 描述信息。
|
3162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3163
|
-
:type Description: str
|
3164
|
-
:param _OutputStreamId: 推流到腾讯云直播源站时,使用的流ID。
|
3165
|
-
仅当OutputType为1时生效。
|
3166
|
-
最大允许128字符。
|
3315
|
+
:param _MarkPicIndex: 水印图片Index。
|
3316
|
+
:type MarkPicIndex: int
|
3317
|
+
:param _MarkPicId: 注:该字段已废弃。
|
3167
3318
|
注意:此字段可能返回 null,表示取不到有效值。
|
3168
|
-
:type
|
3169
|
-
:param
|
3170
|
-
|
3171
|
-
1
|
3172
|
-
|
3173
|
-
:
|
3174
|
-
|
3175
|
-
|
3176
|
-
|
3177
|
-
|
3178
|
-
|
3179
|
-
|
3180
|
-
|
3181
|
-
|
3319
|
+
:type MarkPicId: int
|
3320
|
+
:param _MarkPicWidth: 水印图片在输出时的宽度。
|
3321
|
+
当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。
|
3322
|
+
当该值为小于1大于0的小数时,单位为百分比,表示水印在最终画面上所占的比例值。
|
3323
|
+
:type MarkPicWidth: float
|
3324
|
+
:param _MarkPicHeight: 水印图片在输出时的高度。
|
3325
|
+
当该值为大于1的整数值时,单位为像素,允许范围[1,1080]。
|
3326
|
+
当该值为小于1大于0的小数时,单位为百分比,表示水印在输出上所占的比例值。
|
3327
|
+
:type MarkPicHeight: float
|
3328
|
+
:param _MarkPicLocationX: 水印图片在输出时的X轴坐标。
|
3329
|
+
当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。
|
3330
|
+
当该值为小于1大于0的小数时,单位为百分比,表示水印在最终画面上x坐标所占的比例值。
|
3331
|
+
:type MarkPicLocationX: float
|
3332
|
+
:param _MarkPicLocationY: 水印图片在输出时的Y坐标。
|
3333
|
+
当该值为大于1的整数值时,单位为像素,允许范围[1,1080]。
|
3334
|
+
当该值为小于1大于0的小数时,单位为百分比,表示水印在最终画面Y坐标上所占的比例值。
|
3335
|
+
:type MarkPicLocationY: float
|
3336
|
+
:param _MarkPicUrl: 水印地址。
|
3337
|
+
最大长度256字符,且url需以jpg、jpeg、png、bmp、gif后缀结尾。
|
3182
3338
|
注意:此字段可能返回 null,表示取不到有效值。
|
3183
|
-
:type
|
3184
|
-
:param
|
3185
|
-
|
3186
|
-
仅在OutputType为1时生效。
|
3339
|
+
:type MarkPicUrl: str
|
3340
|
+
:param _Description: 水印描述。
|
3341
|
+
最大允许长度为256。
|
3187
3342
|
注意:此字段可能返回 null,表示取不到有效值。
|
3188
|
-
:type
|
3189
|
-
|
3190
|
-
|
3191
|
-
|
3343
|
+
:type Description: str
|
3344
|
+
:param _IsEqualProportion: 是否启用了等比例缩放。
|
3345
|
+
注:该字段仅做状态保存,无实际效果。
|
3346
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3347
|
+
:type IsEqualProportion: bool
|
3348
|
+
"""
|
3349
|
+
self._MarkPicIndex = None
|
3350
|
+
self._MarkPicId = None
|
3351
|
+
self._MarkPicWidth = None
|
3352
|
+
self._MarkPicHeight = None
|
3353
|
+
self._MarkPicLocationX = None
|
3354
|
+
self._MarkPicLocationY = None
|
3355
|
+
self._MarkPicUrl = None
|
3192
3356
|
self._Description = None
|
3193
|
-
self.
|
3194
|
-
self._OutputType = None
|
3195
|
-
self._OutputDomainName = None
|
3196
|
-
self._OutputAppName = None
|
3197
|
-
self._OutputParam = None
|
3357
|
+
self._IsEqualProportion = None
|
3198
3358
|
|
3199
3359
|
@property
|
3200
|
-
def
|
3201
|
-
"""
|
3202
|
-
当OutputType为1(表示推流到腾讯云直播)时,该值固定为0。
|
3203
|
-
范围[0,10]。
|
3360
|
+
def MarkPicIndex(self):
|
3361
|
+
"""水印图片Index。
|
3204
3362
|
:rtype: int
|
3205
3363
|
"""
|
3206
|
-
return self.
|
3364
|
+
return self._MarkPicIndex
|
3207
3365
|
|
3208
|
-
@
|
3209
|
-
def
|
3210
|
-
self.
|
3366
|
+
@MarkPicIndex.setter
|
3367
|
+
def MarkPicIndex(self, MarkPicIndex):
|
3368
|
+
self._MarkPicIndex = MarkPicIndex
|
3211
3369
|
|
3212
3370
|
@property
|
3213
|
-
def
|
3214
|
-
"""
|
3215
|
-
|
3216
|
-
:rtype:
|
3371
|
+
def MarkPicId(self):
|
3372
|
+
"""注:该字段已废弃。
|
3373
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3374
|
+
:rtype: int
|
3217
3375
|
"""
|
3218
|
-
return self.
|
3376
|
+
return self._MarkPicId
|
3219
3377
|
|
3220
|
-
@
|
3221
|
-
def
|
3222
|
-
self.
|
3378
|
+
@MarkPicId.setter
|
3379
|
+
def MarkPicId(self, MarkPicId):
|
3380
|
+
self._MarkPicId = MarkPicId
|
3223
3381
|
|
3224
3382
|
@property
|
3225
|
-
def
|
3226
|
-
"""
|
3227
|
-
|
3228
|
-
|
3383
|
+
def MarkPicWidth(self):
|
3384
|
+
"""水印图片在输出时的宽度。
|
3385
|
+
当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。
|
3386
|
+
当该值为小于1大于0的小数时,单位为百分比,表示水印在最终画面上所占的比例值。
|
3387
|
+
:rtype: float
|
3229
3388
|
"""
|
3230
|
-
return self.
|
3389
|
+
return self._MarkPicWidth
|
3231
3390
|
|
3232
|
-
@
|
3233
|
-
def
|
3234
|
-
self.
|
3391
|
+
@MarkPicWidth.setter
|
3392
|
+
def MarkPicWidth(self, MarkPicWidth):
|
3393
|
+
self._MarkPicWidth = MarkPicWidth
|
3235
3394
|
|
3236
3395
|
@property
|
3237
|
-
def
|
3238
|
-
"""
|
3239
|
-
|
3240
|
-
|
3241
|
-
|
3242
|
-
:rtype: str
|
3396
|
+
def MarkPicHeight(self):
|
3397
|
+
"""水印图片在输出时的高度。
|
3398
|
+
当该值为大于1的整数值时,单位为像素,允许范围[1,1080]。
|
3399
|
+
当该值为小于1大于0的小数时,单位为百分比,表示水印在输出上所占的比例值。
|
3400
|
+
:rtype: float
|
3243
3401
|
"""
|
3244
|
-
return self.
|
3402
|
+
return self._MarkPicHeight
|
3245
3403
|
|
3246
|
-
@
|
3247
|
-
def
|
3248
|
-
self.
|
3404
|
+
@MarkPicHeight.setter
|
3405
|
+
def MarkPicHeight(self, MarkPicHeight):
|
3406
|
+
self._MarkPicHeight = MarkPicHeight
|
3249
3407
|
|
3250
3408
|
@property
|
3251
|
-
def
|
3252
|
-
"""
|
3253
|
-
|
3254
|
-
1
|
3255
|
-
|
3256
|
-
:rtype: int
|
3409
|
+
def MarkPicLocationX(self):
|
3410
|
+
"""水印图片在输出时的X轴坐标。
|
3411
|
+
当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。
|
3412
|
+
当该值为小于1大于0的小数时,单位为百分比,表示水印在最终画面上x坐标所占的比例值。
|
3413
|
+
:rtype: float
|
3257
3414
|
"""
|
3258
|
-
return self.
|
3415
|
+
return self._MarkPicLocationX
|
3259
3416
|
|
3260
|
-
@
|
3261
|
-
def
|
3262
|
-
self.
|
3417
|
+
@MarkPicLocationX.setter
|
3418
|
+
def MarkPicLocationX(self, MarkPicLocationX):
|
3419
|
+
self._MarkPicLocationX = MarkPicLocationX
|
3263
3420
|
|
3264
3421
|
@property
|
3265
|
-
def
|
3266
|
-
"""
|
3267
|
-
|
3268
|
-
|
3269
|
-
|
3270
|
-
:rtype: str
|
3422
|
+
def MarkPicLocationY(self):
|
3423
|
+
"""水印图片在输出时的Y坐标。
|
3424
|
+
当该值为大于1的整数值时,单位为像素,允许范围[1,1080]。
|
3425
|
+
当该值为小于1大于0的小数时,单位为百分比,表示水印在最终画面Y坐标上所占的比例值。
|
3426
|
+
:rtype: float
|
3271
3427
|
"""
|
3272
|
-
return self.
|
3428
|
+
return self._MarkPicLocationY
|
3273
3429
|
|
3274
|
-
@
|
3275
|
-
def
|
3276
|
-
self.
|
3430
|
+
@MarkPicLocationY.setter
|
3431
|
+
def MarkPicLocationY(self, MarkPicLocationY):
|
3432
|
+
self._MarkPicLocationY = MarkPicLocationY
|
3277
3433
|
|
3278
3434
|
@property
|
3279
|
-
def
|
3280
|
-
"""
|
3281
|
-
|
3282
|
-
仅在OutputType为1时生效。
|
3435
|
+
def MarkPicUrl(self):
|
3436
|
+
"""水印地址。
|
3437
|
+
最大长度256字符,且url需以jpg、jpeg、png、bmp、gif后缀结尾。
|
3283
3438
|
注意:此字段可能返回 null,表示取不到有效值。
|
3284
3439
|
:rtype: str
|
3285
3440
|
"""
|
3286
|
-
return self.
|
3441
|
+
return self._MarkPicUrl
|
3287
3442
|
|
3288
|
-
@
|
3289
|
-
def
|
3290
|
-
self.
|
3443
|
+
@MarkPicUrl.setter
|
3444
|
+
def MarkPicUrl(self, MarkPicUrl):
|
3445
|
+
self._MarkPicUrl = MarkPicUrl
|
3291
3446
|
|
3292
3447
|
@property
|
3293
|
-
def
|
3294
|
-
"""
|
3295
|
-
|
3296
|
-
仅在OutputType为1时生效。
|
3448
|
+
def Description(self):
|
3449
|
+
"""水印描述。
|
3450
|
+
最大允许长度为256。
|
3297
3451
|
注意:此字段可能返回 null,表示取不到有效值。
|
3298
3452
|
:rtype: str
|
3299
3453
|
"""
|
3300
|
-
return self.
|
3301
|
-
|
3302
|
-
@OutputParam.setter
|
3303
|
-
def OutputParam(self, OutputParam):
|
3304
|
-
self._OutputParam = OutputParam
|
3454
|
+
return self._Description
|
3305
3455
|
|
3456
|
+
@Description.setter
|
3457
|
+
def Description(self, Description):
|
3458
|
+
self._Description = Description
|
3306
3459
|
|
3307
|
-
|
3308
|
-
|
3460
|
+
@property
|
3461
|
+
def IsEqualProportion(self):
|
3462
|
+
"""是否启用了等比例缩放。
|
3463
|
+
注:该字段仅做状态保存,无实际效果。
|
3464
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3465
|
+
:rtype: bool
|
3466
|
+
"""
|
3467
|
+
return self._IsEqualProportion
|
3468
|
+
|
3469
|
+
@IsEqualProportion.setter
|
3470
|
+
def IsEqualProportion(self, IsEqualProportion):
|
3471
|
+
self._IsEqualProportion = IsEqualProportion
|
3472
|
+
|
3473
|
+
|
3474
|
+
def _deserialize(self, params):
|
3475
|
+
self._MarkPicIndex = params.get("MarkPicIndex")
|
3476
|
+
self._MarkPicId = params.get("MarkPicId")
|
3477
|
+
self._MarkPicWidth = params.get("MarkPicWidth")
|
3478
|
+
self._MarkPicHeight = params.get("MarkPicHeight")
|
3479
|
+
self._MarkPicLocationX = params.get("MarkPicLocationX")
|
3480
|
+
self._MarkPicLocationY = params.get("MarkPicLocationY")
|
3481
|
+
self._MarkPicUrl = params.get("MarkPicUrl")
|
3482
|
+
self._Description = params.get("Description")
|
3483
|
+
self._IsEqualProportion = params.get("IsEqualProportion")
|
3484
|
+
memeber_set = set(params.keys())
|
3485
|
+
for name, value in vars(self).items():
|
3486
|
+
property_name = name[1:]
|
3487
|
+
if property_name in memeber_set:
|
3488
|
+
memeber_set.remove(property_name)
|
3489
|
+
if len(memeber_set) > 0:
|
3490
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
3491
|
+
|
3492
|
+
|
3493
|
+
|
3494
|
+
class CasterMarkWordInfo(AbstractModel):
|
3495
|
+
"""导播台文字水印配置。
|
3496
|
+
|
3497
|
+
"""
|
3498
|
+
|
3499
|
+
def __init__(self):
|
3500
|
+
r"""
|
3501
|
+
:param _MarkWordIndex: 文字水印Index。
|
3502
|
+
:type MarkWordIndex: int
|
3503
|
+
:param _MarkWordText: 文字水印内容。
|
3504
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3505
|
+
:type MarkWordText: str
|
3506
|
+
:param _MarkWordFontSize: 文字水印的字号。
|
3507
|
+
范围[16, 60]
|
3508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3509
|
+
:type MarkWordFontSize: int
|
3510
|
+
:param _MarkWordFontColor: 文字水印的颜色,值为HEX颜色代码
|
3511
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3512
|
+
:type MarkWordFontColor: str
|
3513
|
+
:param _MarkWordFontType: 文字水印的字体类型。
|
3514
|
+
范围[1,2]。
|
3515
|
+
1. 宋体
|
3516
|
+
2. 黑体
|
3517
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3518
|
+
:type MarkWordFontType: int
|
3519
|
+
:param _MarkWordLocationX: 文字水印的x坐标位置,单位百分比。
|
3520
|
+
范围[0.0, 1.0]
|
3521
|
+
|
3522
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3523
|
+
:type MarkWordLocationX: float
|
3524
|
+
:param _MarkWordLocationY: 文字水印的Y坐标位置,单位百分比。
|
3525
|
+
范围[0.0, 1.0]
|
3526
|
+
|
3527
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3528
|
+
:type MarkWordLocationY: float
|
3529
|
+
:param _MarkWordRollEnable: 是否开启文字跑马灯功能。
|
3530
|
+
默认为false。
|
3531
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3532
|
+
:type MarkWordRollEnable: bool
|
3533
|
+
:param _MarkWordRollOnceTime: 跑马灯文字显示一遍的时间,单位为秒。
|
3534
|
+
默认为5s。
|
3535
|
+
范围[5, 600]。
|
3536
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3537
|
+
:type MarkWordRollOnceTime: int
|
3538
|
+
:param _MarkWordRollDirection: 跑马灯文字的方向。
|
3539
|
+
默认值为0。
|
3540
|
+
范围[0,1]。
|
3541
|
+
0 从左到右
|
3542
|
+
1 从右到左
|
3543
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3544
|
+
:type MarkWordRollDirection: int
|
3545
|
+
:param _MarkWordRollStartLocationX: 跑马灯文字显示的起始x坐标,单位百分比。
|
3546
|
+
范围[0.0, 1.0]
|
3547
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3548
|
+
:type MarkWordRollStartLocationX: float
|
3549
|
+
:param _MarkWordRollEndLocationX: 跑马灯文字显示的截止x坐标,单位百分比。
|
3550
|
+
范围[0.0, 1.0]
|
3551
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3552
|
+
:type MarkWordRollEndLocationX: float
|
3553
|
+
"""
|
3554
|
+
self._MarkWordIndex = None
|
3555
|
+
self._MarkWordText = None
|
3556
|
+
self._MarkWordFontSize = None
|
3557
|
+
self._MarkWordFontColor = None
|
3558
|
+
self._MarkWordFontType = None
|
3559
|
+
self._MarkWordLocationX = None
|
3560
|
+
self._MarkWordLocationY = None
|
3561
|
+
self._MarkWordRollEnable = None
|
3562
|
+
self._MarkWordRollOnceTime = None
|
3563
|
+
self._MarkWordRollDirection = None
|
3564
|
+
self._MarkWordRollStartLocationX = None
|
3565
|
+
self._MarkWordRollEndLocationX = None
|
3566
|
+
|
3567
|
+
@property
|
3568
|
+
def MarkWordIndex(self):
|
3569
|
+
"""文字水印Index。
|
3570
|
+
:rtype: int
|
3571
|
+
"""
|
3572
|
+
return self._MarkWordIndex
|
3573
|
+
|
3574
|
+
@MarkWordIndex.setter
|
3575
|
+
def MarkWordIndex(self, MarkWordIndex):
|
3576
|
+
self._MarkWordIndex = MarkWordIndex
|
3577
|
+
|
3578
|
+
@property
|
3579
|
+
def MarkWordText(self):
|
3580
|
+
"""文字水印内容。
|
3581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3582
|
+
:rtype: str
|
3583
|
+
"""
|
3584
|
+
return self._MarkWordText
|
3585
|
+
|
3586
|
+
@MarkWordText.setter
|
3587
|
+
def MarkWordText(self, MarkWordText):
|
3588
|
+
self._MarkWordText = MarkWordText
|
3589
|
+
|
3590
|
+
@property
|
3591
|
+
def MarkWordFontSize(self):
|
3592
|
+
"""文字水印的字号。
|
3593
|
+
范围[16, 60]
|
3594
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3595
|
+
:rtype: int
|
3596
|
+
"""
|
3597
|
+
return self._MarkWordFontSize
|
3598
|
+
|
3599
|
+
@MarkWordFontSize.setter
|
3600
|
+
def MarkWordFontSize(self, MarkWordFontSize):
|
3601
|
+
self._MarkWordFontSize = MarkWordFontSize
|
3602
|
+
|
3603
|
+
@property
|
3604
|
+
def MarkWordFontColor(self):
|
3605
|
+
"""文字水印的颜色,值为HEX颜色代码
|
3606
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3607
|
+
:rtype: str
|
3608
|
+
"""
|
3609
|
+
return self._MarkWordFontColor
|
3610
|
+
|
3611
|
+
@MarkWordFontColor.setter
|
3612
|
+
def MarkWordFontColor(self, MarkWordFontColor):
|
3613
|
+
self._MarkWordFontColor = MarkWordFontColor
|
3614
|
+
|
3615
|
+
@property
|
3616
|
+
def MarkWordFontType(self):
|
3617
|
+
"""文字水印的字体类型。
|
3618
|
+
范围[1,2]。
|
3619
|
+
1. 宋体
|
3620
|
+
2. 黑体
|
3621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3622
|
+
:rtype: int
|
3623
|
+
"""
|
3624
|
+
return self._MarkWordFontType
|
3625
|
+
|
3626
|
+
@MarkWordFontType.setter
|
3627
|
+
def MarkWordFontType(self, MarkWordFontType):
|
3628
|
+
self._MarkWordFontType = MarkWordFontType
|
3629
|
+
|
3630
|
+
@property
|
3631
|
+
def MarkWordLocationX(self):
|
3632
|
+
"""文字水印的x坐标位置,单位百分比。
|
3633
|
+
范围[0.0, 1.0]
|
3634
|
+
|
3635
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3636
|
+
:rtype: float
|
3637
|
+
"""
|
3638
|
+
return self._MarkWordLocationX
|
3639
|
+
|
3640
|
+
@MarkWordLocationX.setter
|
3641
|
+
def MarkWordLocationX(self, MarkWordLocationX):
|
3642
|
+
self._MarkWordLocationX = MarkWordLocationX
|
3643
|
+
|
3644
|
+
@property
|
3645
|
+
def MarkWordLocationY(self):
|
3646
|
+
"""文字水印的Y坐标位置,单位百分比。
|
3647
|
+
范围[0.0, 1.0]
|
3648
|
+
|
3649
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3650
|
+
:rtype: float
|
3651
|
+
"""
|
3652
|
+
return self._MarkWordLocationY
|
3653
|
+
|
3654
|
+
@MarkWordLocationY.setter
|
3655
|
+
def MarkWordLocationY(self, MarkWordLocationY):
|
3656
|
+
self._MarkWordLocationY = MarkWordLocationY
|
3657
|
+
|
3658
|
+
@property
|
3659
|
+
def MarkWordRollEnable(self):
|
3660
|
+
"""是否开启文字跑马灯功能。
|
3661
|
+
默认为false。
|
3662
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3663
|
+
:rtype: bool
|
3664
|
+
"""
|
3665
|
+
return self._MarkWordRollEnable
|
3666
|
+
|
3667
|
+
@MarkWordRollEnable.setter
|
3668
|
+
def MarkWordRollEnable(self, MarkWordRollEnable):
|
3669
|
+
self._MarkWordRollEnable = MarkWordRollEnable
|
3670
|
+
|
3671
|
+
@property
|
3672
|
+
def MarkWordRollOnceTime(self):
|
3673
|
+
"""跑马灯文字显示一遍的时间,单位为秒。
|
3674
|
+
默认为5s。
|
3675
|
+
范围[5, 600]。
|
3676
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3677
|
+
:rtype: int
|
3678
|
+
"""
|
3679
|
+
return self._MarkWordRollOnceTime
|
3680
|
+
|
3681
|
+
@MarkWordRollOnceTime.setter
|
3682
|
+
def MarkWordRollOnceTime(self, MarkWordRollOnceTime):
|
3683
|
+
self._MarkWordRollOnceTime = MarkWordRollOnceTime
|
3684
|
+
|
3685
|
+
@property
|
3686
|
+
def MarkWordRollDirection(self):
|
3687
|
+
"""跑马灯文字的方向。
|
3688
|
+
默认值为0。
|
3689
|
+
范围[0,1]。
|
3690
|
+
0 从左到右
|
3691
|
+
1 从右到左
|
3692
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3693
|
+
:rtype: int
|
3694
|
+
"""
|
3695
|
+
return self._MarkWordRollDirection
|
3696
|
+
|
3697
|
+
@MarkWordRollDirection.setter
|
3698
|
+
def MarkWordRollDirection(self, MarkWordRollDirection):
|
3699
|
+
self._MarkWordRollDirection = MarkWordRollDirection
|
3700
|
+
|
3701
|
+
@property
|
3702
|
+
def MarkWordRollStartLocationX(self):
|
3703
|
+
"""跑马灯文字显示的起始x坐标,单位百分比。
|
3704
|
+
范围[0.0, 1.0]
|
3705
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3706
|
+
:rtype: float
|
3707
|
+
"""
|
3708
|
+
return self._MarkWordRollStartLocationX
|
3709
|
+
|
3710
|
+
@MarkWordRollStartLocationX.setter
|
3711
|
+
def MarkWordRollStartLocationX(self, MarkWordRollStartLocationX):
|
3712
|
+
self._MarkWordRollStartLocationX = MarkWordRollStartLocationX
|
3713
|
+
|
3714
|
+
@property
|
3715
|
+
def MarkWordRollEndLocationX(self):
|
3716
|
+
"""跑马灯文字显示的截止x坐标,单位百分比。
|
3717
|
+
范围[0.0, 1.0]
|
3718
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3719
|
+
:rtype: float
|
3720
|
+
"""
|
3721
|
+
return self._MarkWordRollEndLocationX
|
3722
|
+
|
3723
|
+
@MarkWordRollEndLocationX.setter
|
3724
|
+
def MarkWordRollEndLocationX(self, MarkWordRollEndLocationX):
|
3725
|
+
self._MarkWordRollEndLocationX = MarkWordRollEndLocationX
|
3726
|
+
|
3727
|
+
|
3728
|
+
def _deserialize(self, params):
|
3729
|
+
self._MarkWordIndex = params.get("MarkWordIndex")
|
3730
|
+
self._MarkWordText = params.get("MarkWordText")
|
3731
|
+
self._MarkWordFontSize = params.get("MarkWordFontSize")
|
3732
|
+
self._MarkWordFontColor = params.get("MarkWordFontColor")
|
3733
|
+
self._MarkWordFontType = params.get("MarkWordFontType")
|
3734
|
+
self._MarkWordLocationX = params.get("MarkWordLocationX")
|
3735
|
+
self._MarkWordLocationY = params.get("MarkWordLocationY")
|
3736
|
+
self._MarkWordRollEnable = params.get("MarkWordRollEnable")
|
3737
|
+
self._MarkWordRollOnceTime = params.get("MarkWordRollOnceTime")
|
3738
|
+
self._MarkWordRollDirection = params.get("MarkWordRollDirection")
|
3739
|
+
self._MarkWordRollStartLocationX = params.get("MarkWordRollStartLocationX")
|
3740
|
+
self._MarkWordRollEndLocationX = params.get("MarkWordRollEndLocationX")
|
3741
|
+
memeber_set = set(params.keys())
|
3742
|
+
for name, value in vars(self).items():
|
3743
|
+
property_name = name[1:]
|
3744
|
+
if property_name in memeber_set:
|
3745
|
+
memeber_set.remove(property_name)
|
3746
|
+
if len(memeber_set) > 0:
|
3747
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
3748
|
+
|
3749
|
+
|
3750
|
+
|
3751
|
+
class CasterOutputInfo(AbstractModel):
|
3752
|
+
"""导播台推流信息。
|
3753
|
+
当导播台主监启动后,系统将自动将主监推流到腾讯云和其他第三方平台。
|
3754
|
+
|
3755
|
+
"""
|
3756
|
+
|
3757
|
+
def __init__(self):
|
3758
|
+
r"""
|
3759
|
+
:param _OutputIndex: 推流信息Index。
|
3760
|
+
当OutputType为1(表示推流到腾讯云直播)时,该值固定为0。
|
3761
|
+
范围[0,10]。
|
3762
|
+
:type OutputIndex: int
|
3763
|
+
:param _OutputUrl: rtmp协议推流地址。
|
3764
|
+
最大允许长度512字符。
|
3765
|
+
:type OutputUrl: str
|
3766
|
+
:param _Description: 描述信息。
|
3767
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3768
|
+
:type Description: str
|
3769
|
+
:param _OutputStreamId: 推流到腾讯云直播源站时,使用的流ID。
|
3770
|
+
仅当OutputType为1时生效。
|
3771
|
+
最大允许128字符。
|
3772
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3773
|
+
:type OutputStreamId: str
|
3774
|
+
:param _OutputType: 推流类型。
|
3775
|
+
范围[1,2]
|
3776
|
+
1. 推送到腾讯云直播源站。
|
3777
|
+
2. 推送到第三方源站。
|
3778
|
+
:type OutputType: int
|
3779
|
+
:param _OutputDomainName: 推到腾讯云直播源站时,使用的域名。
|
3780
|
+
最大允许128字符,且域名需属于当前账号绑定的云直播推流域名。
|
3781
|
+
仅在OutputType为1时生效。
|
3782
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3783
|
+
:type OutputDomainName: str
|
3784
|
+
:param _OutputAppName: 推到腾讯云直播源站时,使用的AppName。
|
3785
|
+
最大允许64字符。
|
3786
|
+
仅在OutputType为1时生效。
|
3787
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3788
|
+
:type OutputAppName: str
|
3789
|
+
:param _OutputParam: 推到腾讯云直播源站时需要添加的推流参数。
|
3790
|
+
最大允许长度256字符。
|
3791
|
+
仅在OutputType为1时生效。
|
3792
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3793
|
+
:type OutputParam: str
|
3794
|
+
"""
|
3795
|
+
self._OutputIndex = None
|
3796
|
+
self._OutputUrl = None
|
3797
|
+
self._Description = None
|
3798
|
+
self._OutputStreamId = None
|
3799
|
+
self._OutputType = None
|
3800
|
+
self._OutputDomainName = None
|
3801
|
+
self._OutputAppName = None
|
3802
|
+
self._OutputParam = None
|
3803
|
+
|
3804
|
+
@property
|
3805
|
+
def OutputIndex(self):
|
3806
|
+
"""推流信息Index。
|
3807
|
+
当OutputType为1(表示推流到腾讯云直播)时,该值固定为0。
|
3808
|
+
范围[0,10]。
|
3809
|
+
:rtype: int
|
3810
|
+
"""
|
3811
|
+
return self._OutputIndex
|
3812
|
+
|
3813
|
+
@OutputIndex.setter
|
3814
|
+
def OutputIndex(self, OutputIndex):
|
3815
|
+
self._OutputIndex = OutputIndex
|
3816
|
+
|
3817
|
+
@property
|
3818
|
+
def OutputUrl(self):
|
3819
|
+
"""rtmp协议推流地址。
|
3820
|
+
最大允许长度512字符。
|
3821
|
+
:rtype: str
|
3822
|
+
"""
|
3823
|
+
return self._OutputUrl
|
3824
|
+
|
3825
|
+
@OutputUrl.setter
|
3826
|
+
def OutputUrl(self, OutputUrl):
|
3827
|
+
self._OutputUrl = OutputUrl
|
3828
|
+
|
3829
|
+
@property
|
3830
|
+
def Description(self):
|
3831
|
+
"""描述信息。
|
3832
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3833
|
+
:rtype: str
|
3834
|
+
"""
|
3835
|
+
return self._Description
|
3836
|
+
|
3837
|
+
@Description.setter
|
3838
|
+
def Description(self, Description):
|
3839
|
+
self._Description = Description
|
3840
|
+
|
3841
|
+
@property
|
3842
|
+
def OutputStreamId(self):
|
3843
|
+
"""推流到腾讯云直播源站时,使用的流ID。
|
3844
|
+
仅当OutputType为1时生效。
|
3845
|
+
最大允许128字符。
|
3846
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3847
|
+
:rtype: str
|
3848
|
+
"""
|
3849
|
+
return self._OutputStreamId
|
3850
|
+
|
3851
|
+
@OutputStreamId.setter
|
3852
|
+
def OutputStreamId(self, OutputStreamId):
|
3853
|
+
self._OutputStreamId = OutputStreamId
|
3854
|
+
|
3855
|
+
@property
|
3856
|
+
def OutputType(self):
|
3857
|
+
"""推流类型。
|
3858
|
+
范围[1,2]
|
3859
|
+
1. 推送到腾讯云直播源站。
|
3860
|
+
2. 推送到第三方源站。
|
3861
|
+
:rtype: int
|
3862
|
+
"""
|
3863
|
+
return self._OutputType
|
3864
|
+
|
3865
|
+
@OutputType.setter
|
3866
|
+
def OutputType(self, OutputType):
|
3867
|
+
self._OutputType = OutputType
|
3868
|
+
|
3869
|
+
@property
|
3870
|
+
def OutputDomainName(self):
|
3871
|
+
"""推到腾讯云直播源站时,使用的域名。
|
3872
|
+
最大允许128字符,且域名需属于当前账号绑定的云直播推流域名。
|
3873
|
+
仅在OutputType为1时生效。
|
3874
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3875
|
+
:rtype: str
|
3876
|
+
"""
|
3877
|
+
return self._OutputDomainName
|
3878
|
+
|
3879
|
+
@OutputDomainName.setter
|
3880
|
+
def OutputDomainName(self, OutputDomainName):
|
3881
|
+
self._OutputDomainName = OutputDomainName
|
3882
|
+
|
3883
|
+
@property
|
3884
|
+
def OutputAppName(self):
|
3885
|
+
"""推到腾讯云直播源站时,使用的AppName。
|
3886
|
+
最大允许64字符。
|
3887
|
+
仅在OutputType为1时生效。
|
3888
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3889
|
+
:rtype: str
|
3890
|
+
"""
|
3891
|
+
return self._OutputAppName
|
3892
|
+
|
3893
|
+
@OutputAppName.setter
|
3894
|
+
def OutputAppName(self, OutputAppName):
|
3895
|
+
self._OutputAppName = OutputAppName
|
3896
|
+
|
3897
|
+
@property
|
3898
|
+
def OutputParam(self):
|
3899
|
+
"""推到腾讯云直播源站时需要添加的推流参数。
|
3900
|
+
最大允许长度256字符。
|
3901
|
+
仅在OutputType为1时生效。
|
3902
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3903
|
+
:rtype: str
|
3904
|
+
"""
|
3905
|
+
return self._OutputParam
|
3906
|
+
|
3907
|
+
@OutputParam.setter
|
3908
|
+
def OutputParam(self, OutputParam):
|
3909
|
+
self._OutputParam = OutputParam
|
3910
|
+
|
3911
|
+
|
3912
|
+
def _deserialize(self, params):
|
3913
|
+
self._OutputIndex = params.get("OutputIndex")
|
3309
3914
|
self._OutputUrl = params.get("OutputUrl")
|
3310
3915
|
self._Description = params.get("Description")
|
3311
3916
|
self._OutputStreamId = params.get("OutputStreamId")
|
@@ -9752,11 +10357,173 @@ class DeleteCasterInputInfoRequest(AbstractModel):
|
|
9752
10357
|
:type InputIndex: int
|
9753
10358
|
"""
|
9754
10359
|
self._CasterId = None
|
9755
|
-
self._InputIndex = None
|
10360
|
+
self._InputIndex = None
|
10361
|
+
|
10362
|
+
@property
|
10363
|
+
def CasterId(self):
|
10364
|
+
"""导播台ID
|
10365
|
+
:rtype: int
|
10366
|
+
"""
|
10367
|
+
return self._CasterId
|
10368
|
+
|
10369
|
+
@CasterId.setter
|
10370
|
+
def CasterId(self, CasterId):
|
10371
|
+
self._CasterId = CasterId
|
10372
|
+
|
10373
|
+
@property
|
10374
|
+
def InputIndex(self):
|
10375
|
+
"""导播台输入Index。
|
10376
|
+
范围[0,20]
|
10377
|
+
注:该Index对应的输入源需存在。
|
10378
|
+
:rtype: int
|
10379
|
+
"""
|
10380
|
+
return self._InputIndex
|
10381
|
+
|
10382
|
+
@InputIndex.setter
|
10383
|
+
def InputIndex(self, InputIndex):
|
10384
|
+
self._InputIndex = InputIndex
|
10385
|
+
|
10386
|
+
|
10387
|
+
def _deserialize(self, params):
|
10388
|
+
self._CasterId = params.get("CasterId")
|
10389
|
+
self._InputIndex = params.get("InputIndex")
|
10390
|
+
memeber_set = set(params.keys())
|
10391
|
+
for name, value in vars(self).items():
|
10392
|
+
property_name = name[1:]
|
10393
|
+
if property_name in memeber_set:
|
10394
|
+
memeber_set.remove(property_name)
|
10395
|
+
if len(memeber_set) > 0:
|
10396
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
10397
|
+
|
10398
|
+
|
10399
|
+
|
10400
|
+
class DeleteCasterInputInfoResponse(AbstractModel):
|
10401
|
+
"""DeleteCasterInputInfo返回参数结构体
|
10402
|
+
|
10403
|
+
"""
|
10404
|
+
|
10405
|
+
def __init__(self):
|
10406
|
+
r"""
|
10407
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10408
|
+
:type RequestId: str
|
10409
|
+
"""
|
10410
|
+
self._RequestId = None
|
10411
|
+
|
10412
|
+
@property
|
10413
|
+
def RequestId(self):
|
10414
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10415
|
+
:rtype: str
|
10416
|
+
"""
|
10417
|
+
return self._RequestId
|
10418
|
+
|
10419
|
+
@RequestId.setter
|
10420
|
+
def RequestId(self, RequestId):
|
10421
|
+
self._RequestId = RequestId
|
10422
|
+
|
10423
|
+
|
10424
|
+
def _deserialize(self, params):
|
10425
|
+
self._RequestId = params.get("RequestId")
|
10426
|
+
|
10427
|
+
|
10428
|
+
class DeleteCasterLayoutInfoRequest(AbstractModel):
|
10429
|
+
"""DeleteCasterLayoutInfo请求参数结构体
|
10430
|
+
|
10431
|
+
"""
|
10432
|
+
|
10433
|
+
def __init__(self):
|
10434
|
+
r"""
|
10435
|
+
:param _CasterId: 导播台ID。
|
10436
|
+
:type CasterId: int
|
10437
|
+
:param _LayoutIndex: 要删除的布局Index。
|
10438
|
+
注:待删除的Index对应的布局需存在。
|
10439
|
+
:type LayoutIndex: int
|
10440
|
+
"""
|
10441
|
+
self._CasterId = None
|
10442
|
+
self._LayoutIndex = None
|
10443
|
+
|
10444
|
+
@property
|
10445
|
+
def CasterId(self):
|
10446
|
+
"""导播台ID。
|
10447
|
+
:rtype: int
|
10448
|
+
"""
|
10449
|
+
return self._CasterId
|
10450
|
+
|
10451
|
+
@CasterId.setter
|
10452
|
+
def CasterId(self, CasterId):
|
10453
|
+
self._CasterId = CasterId
|
10454
|
+
|
10455
|
+
@property
|
10456
|
+
def LayoutIndex(self):
|
10457
|
+
"""要删除的布局Index。
|
10458
|
+
注:待删除的Index对应的布局需存在。
|
10459
|
+
:rtype: int
|
10460
|
+
"""
|
10461
|
+
return self._LayoutIndex
|
10462
|
+
|
10463
|
+
@LayoutIndex.setter
|
10464
|
+
def LayoutIndex(self, LayoutIndex):
|
10465
|
+
self._LayoutIndex = LayoutIndex
|
10466
|
+
|
10467
|
+
|
10468
|
+
def _deserialize(self, params):
|
10469
|
+
self._CasterId = params.get("CasterId")
|
10470
|
+
self._LayoutIndex = params.get("LayoutIndex")
|
10471
|
+
memeber_set = set(params.keys())
|
10472
|
+
for name, value in vars(self).items():
|
10473
|
+
property_name = name[1:]
|
10474
|
+
if property_name in memeber_set:
|
10475
|
+
memeber_set.remove(property_name)
|
10476
|
+
if len(memeber_set) > 0:
|
10477
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
10478
|
+
|
10479
|
+
|
10480
|
+
|
10481
|
+
class DeleteCasterLayoutInfoResponse(AbstractModel):
|
10482
|
+
"""DeleteCasterLayoutInfo返回参数结构体
|
10483
|
+
|
10484
|
+
"""
|
10485
|
+
|
10486
|
+
def __init__(self):
|
10487
|
+
r"""
|
10488
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10489
|
+
:type RequestId: str
|
10490
|
+
"""
|
10491
|
+
self._RequestId = None
|
10492
|
+
|
10493
|
+
@property
|
10494
|
+
def RequestId(self):
|
10495
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10496
|
+
:rtype: str
|
10497
|
+
"""
|
10498
|
+
return self._RequestId
|
10499
|
+
|
10500
|
+
@RequestId.setter
|
10501
|
+
def RequestId(self, RequestId):
|
10502
|
+
self._RequestId = RequestId
|
10503
|
+
|
10504
|
+
|
10505
|
+
def _deserialize(self, params):
|
10506
|
+
self._RequestId = params.get("RequestId")
|
10507
|
+
|
10508
|
+
|
10509
|
+
class DeleteCasterMarkPicInfoRequest(AbstractModel):
|
10510
|
+
"""DeleteCasterMarkPicInfo请求参数结构体
|
10511
|
+
|
10512
|
+
"""
|
10513
|
+
|
10514
|
+
def __init__(self):
|
10515
|
+
r"""
|
10516
|
+
:param _CasterId: 导播台ID。
|
10517
|
+
:type CasterId: int
|
10518
|
+
:param _MarkPicIndex: 需要删除的水印Index。
|
10519
|
+
:type MarkPicIndex: int
|
10520
|
+
"""
|
10521
|
+
self._CasterId = None
|
10522
|
+
self._MarkPicIndex = None
|
9756
10523
|
|
9757
10524
|
@property
|
9758
10525
|
def CasterId(self):
|
9759
|
-
"""导播台ID
|
10526
|
+
"""导播台ID。
|
9760
10527
|
:rtype: int
|
9761
10528
|
"""
|
9762
10529
|
return self._CasterId
|
@@ -9766,22 +10533,20 @@ class DeleteCasterInputInfoRequest(AbstractModel):
|
|
9766
10533
|
self._CasterId = CasterId
|
9767
10534
|
|
9768
10535
|
@property
|
9769
|
-
def
|
9770
|
-
"""
|
9771
|
-
范围[0,20]
|
9772
|
-
注:该Index对应的输入源需存在。
|
10536
|
+
def MarkPicIndex(self):
|
10537
|
+
"""需要删除的水印Index。
|
9773
10538
|
:rtype: int
|
9774
10539
|
"""
|
9775
|
-
return self.
|
10540
|
+
return self._MarkPicIndex
|
9776
10541
|
|
9777
|
-
@
|
9778
|
-
def
|
9779
|
-
self.
|
10542
|
+
@MarkPicIndex.setter
|
10543
|
+
def MarkPicIndex(self, MarkPicIndex):
|
10544
|
+
self._MarkPicIndex = MarkPicIndex
|
9780
10545
|
|
9781
10546
|
|
9782
10547
|
def _deserialize(self, params):
|
9783
10548
|
self._CasterId = params.get("CasterId")
|
9784
|
-
self.
|
10549
|
+
self._MarkPicIndex = params.get("MarkPicIndex")
|
9785
10550
|
memeber_set = set(params.keys())
|
9786
10551
|
for name, value in vars(self).items():
|
9787
10552
|
property_name = name[1:]
|
@@ -9792,8 +10557,8 @@ class DeleteCasterInputInfoRequest(AbstractModel):
|
|
9792
10557
|
|
9793
10558
|
|
9794
10559
|
|
9795
|
-
class
|
9796
|
-
"""
|
10560
|
+
class DeleteCasterMarkPicInfoResponse(AbstractModel):
|
10561
|
+
"""DeleteCasterMarkPicInfo返回参数结构体
|
9797
10562
|
|
9798
10563
|
"""
|
9799
10564
|
|
@@ -9820,8 +10585,8 @@ class DeleteCasterInputInfoResponse(AbstractModel):
|
|
9820
10585
|
self._RequestId = params.get("RequestId")
|
9821
10586
|
|
9822
10587
|
|
9823
|
-
class
|
9824
|
-
"""
|
10588
|
+
class DeleteCasterMarkWordInfoRequest(AbstractModel):
|
10589
|
+
"""DeleteCasterMarkWordInfo请求参数结构体
|
9825
10590
|
|
9826
10591
|
"""
|
9827
10592
|
|
@@ -9829,12 +10594,11 @@ class DeleteCasterLayoutInfoRequest(AbstractModel):
|
|
9829
10594
|
r"""
|
9830
10595
|
:param _CasterId: 导播台ID。
|
9831
10596
|
:type CasterId: int
|
9832
|
-
:param
|
9833
|
-
|
9834
|
-
:type LayoutIndex: int
|
10597
|
+
:param _MarkWordIndex: 需要删除的文字水印Index。
|
10598
|
+
:type MarkWordIndex: int
|
9835
10599
|
"""
|
9836
10600
|
self._CasterId = None
|
9837
|
-
self.
|
10601
|
+
self._MarkWordIndex = None
|
9838
10602
|
|
9839
10603
|
@property
|
9840
10604
|
def CasterId(self):
|
@@ -9848,21 +10612,20 @@ class DeleteCasterLayoutInfoRequest(AbstractModel):
|
|
9848
10612
|
self._CasterId = CasterId
|
9849
10613
|
|
9850
10614
|
@property
|
9851
|
-
def
|
9852
|
-
"""
|
9853
|
-
注:待删除的Index对应的布局需存在。
|
10615
|
+
def MarkWordIndex(self):
|
10616
|
+
"""需要删除的文字水印Index。
|
9854
10617
|
:rtype: int
|
9855
10618
|
"""
|
9856
|
-
return self.
|
10619
|
+
return self._MarkWordIndex
|
9857
10620
|
|
9858
|
-
@
|
9859
|
-
def
|
9860
|
-
self.
|
10621
|
+
@MarkWordIndex.setter
|
10622
|
+
def MarkWordIndex(self, MarkWordIndex):
|
10623
|
+
self._MarkWordIndex = MarkWordIndex
|
9861
10624
|
|
9862
10625
|
|
9863
10626
|
def _deserialize(self, params):
|
9864
10627
|
self._CasterId = params.get("CasterId")
|
9865
|
-
self.
|
10628
|
+
self._MarkWordIndex = params.get("MarkWordIndex")
|
9866
10629
|
memeber_set = set(params.keys())
|
9867
10630
|
for name, value in vars(self).items():
|
9868
10631
|
property_name = name[1:]
|
@@ -9873,8 +10636,8 @@ class DeleteCasterLayoutInfoRequest(AbstractModel):
|
|
9873
10636
|
|
9874
10637
|
|
9875
10638
|
|
9876
|
-
class
|
9877
|
-
"""
|
10639
|
+
class DeleteCasterMarkWordInfoResponse(AbstractModel):
|
10640
|
+
"""DeleteCasterMarkWordInfo返回参数结构体
|
9878
10641
|
|
9879
10642
|
"""
|
9880
10643
|
|
@@ -12734,21 +13497,245 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
|
|
12734
13497
|
self._RequestId = params.get("RequestId")
|
12735
13498
|
|
12736
13499
|
|
12737
|
-
class DescribeCasterInputInfosRequest(AbstractModel):
|
12738
|
-
"""DescribeCasterInputInfos请求参数结构体
|
13500
|
+
class DescribeCasterInputInfosRequest(AbstractModel):
|
13501
|
+
"""DescribeCasterInputInfos请求参数结构体
|
13502
|
+
|
13503
|
+
"""
|
13504
|
+
|
13505
|
+
def __init__(self):
|
13506
|
+
r"""
|
13507
|
+
:param _CasterId: 导播台ID
|
13508
|
+
:type CasterId: int
|
13509
|
+
"""
|
13510
|
+
self._CasterId = None
|
13511
|
+
|
13512
|
+
@property
|
13513
|
+
def CasterId(self):
|
13514
|
+
"""导播台ID
|
13515
|
+
:rtype: int
|
13516
|
+
"""
|
13517
|
+
return self._CasterId
|
13518
|
+
|
13519
|
+
@CasterId.setter
|
13520
|
+
def CasterId(self, CasterId):
|
13521
|
+
self._CasterId = CasterId
|
13522
|
+
|
13523
|
+
|
13524
|
+
def _deserialize(self, params):
|
13525
|
+
self._CasterId = params.get("CasterId")
|
13526
|
+
memeber_set = set(params.keys())
|
13527
|
+
for name, value in vars(self).items():
|
13528
|
+
property_name = name[1:]
|
13529
|
+
if property_name in memeber_set:
|
13530
|
+
memeber_set.remove(property_name)
|
13531
|
+
if len(memeber_set) > 0:
|
13532
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
13533
|
+
|
13534
|
+
|
13535
|
+
|
13536
|
+
class DescribeCasterInputInfosResponse(AbstractModel):
|
13537
|
+
"""DescribeCasterInputInfos返回参数结构体
|
13538
|
+
|
13539
|
+
"""
|
13540
|
+
|
13541
|
+
def __init__(self):
|
13542
|
+
r"""
|
13543
|
+
:param _InputInfos: 导播台输入源信息列表。
|
13544
|
+
:type InputInfos: list of CasterInputInfo
|
13545
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13546
|
+
:type RequestId: str
|
13547
|
+
"""
|
13548
|
+
self._InputInfos = None
|
13549
|
+
self._RequestId = None
|
13550
|
+
|
13551
|
+
@property
|
13552
|
+
def InputInfos(self):
|
13553
|
+
"""导播台输入源信息列表。
|
13554
|
+
:rtype: list of CasterInputInfo
|
13555
|
+
"""
|
13556
|
+
return self._InputInfos
|
13557
|
+
|
13558
|
+
@InputInfos.setter
|
13559
|
+
def InputInfos(self, InputInfos):
|
13560
|
+
self._InputInfos = InputInfos
|
13561
|
+
|
13562
|
+
@property
|
13563
|
+
def RequestId(self):
|
13564
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13565
|
+
:rtype: str
|
13566
|
+
"""
|
13567
|
+
return self._RequestId
|
13568
|
+
|
13569
|
+
@RequestId.setter
|
13570
|
+
def RequestId(self, RequestId):
|
13571
|
+
self._RequestId = RequestId
|
13572
|
+
|
13573
|
+
|
13574
|
+
def _deserialize(self, params):
|
13575
|
+
if params.get("InputInfos") is not None:
|
13576
|
+
self._InputInfos = []
|
13577
|
+
for item in params.get("InputInfos"):
|
13578
|
+
obj = CasterInputInfo()
|
13579
|
+
obj._deserialize(item)
|
13580
|
+
self._InputInfos.append(obj)
|
13581
|
+
self._RequestId = params.get("RequestId")
|
13582
|
+
|
13583
|
+
|
13584
|
+
class DescribeCasterLayoutInfosRequest(AbstractModel):
|
13585
|
+
"""DescribeCasterLayoutInfos请求参数结构体
|
13586
|
+
|
13587
|
+
"""
|
13588
|
+
|
13589
|
+
def __init__(self):
|
13590
|
+
r"""
|
13591
|
+
:param _CasterId: 导播台ID。
|
13592
|
+
:type CasterId: int
|
13593
|
+
"""
|
13594
|
+
self._CasterId = None
|
13595
|
+
|
13596
|
+
@property
|
13597
|
+
def CasterId(self):
|
13598
|
+
"""导播台ID。
|
13599
|
+
:rtype: int
|
13600
|
+
"""
|
13601
|
+
return self._CasterId
|
13602
|
+
|
13603
|
+
@CasterId.setter
|
13604
|
+
def CasterId(self, CasterId):
|
13605
|
+
self._CasterId = CasterId
|
13606
|
+
|
13607
|
+
|
13608
|
+
def _deserialize(self, params):
|
13609
|
+
self._CasterId = params.get("CasterId")
|
13610
|
+
memeber_set = set(params.keys())
|
13611
|
+
for name, value in vars(self).items():
|
13612
|
+
property_name = name[1:]
|
13613
|
+
if property_name in memeber_set:
|
13614
|
+
memeber_set.remove(property_name)
|
13615
|
+
if len(memeber_set) > 0:
|
13616
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
13617
|
+
|
13618
|
+
|
13619
|
+
|
13620
|
+
class DescribeCasterLayoutInfosResponse(AbstractModel):
|
13621
|
+
"""DescribeCasterLayoutInfos返回参数结构体
|
13622
|
+
|
13623
|
+
"""
|
13624
|
+
|
13625
|
+
def __init__(self):
|
13626
|
+
r"""
|
13627
|
+
:param _LayoutInfos: 导播台的布局列表。
|
13628
|
+
:type LayoutInfos: list of CasterLayoutInfo
|
13629
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13630
|
+
:type RequestId: str
|
13631
|
+
"""
|
13632
|
+
self._LayoutInfos = None
|
13633
|
+
self._RequestId = None
|
13634
|
+
|
13635
|
+
@property
|
13636
|
+
def LayoutInfos(self):
|
13637
|
+
"""导播台的布局列表。
|
13638
|
+
:rtype: list of CasterLayoutInfo
|
13639
|
+
"""
|
13640
|
+
return self._LayoutInfos
|
13641
|
+
|
13642
|
+
@LayoutInfos.setter
|
13643
|
+
def LayoutInfos(self, LayoutInfos):
|
13644
|
+
self._LayoutInfos = LayoutInfos
|
13645
|
+
|
13646
|
+
@property
|
13647
|
+
def RequestId(self):
|
13648
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13649
|
+
:rtype: str
|
13650
|
+
"""
|
13651
|
+
return self._RequestId
|
13652
|
+
|
13653
|
+
@RequestId.setter
|
13654
|
+
def RequestId(self, RequestId):
|
13655
|
+
self._RequestId = RequestId
|
13656
|
+
|
13657
|
+
|
13658
|
+
def _deserialize(self, params):
|
13659
|
+
if params.get("LayoutInfos") is not None:
|
13660
|
+
self._LayoutInfos = []
|
13661
|
+
for item in params.get("LayoutInfos"):
|
13662
|
+
obj = CasterLayoutInfo()
|
13663
|
+
obj._deserialize(item)
|
13664
|
+
self._LayoutInfos.append(obj)
|
13665
|
+
self._RequestId = params.get("RequestId")
|
13666
|
+
|
13667
|
+
|
13668
|
+
class DescribeCasterListRequest(AbstractModel):
|
13669
|
+
"""DescribeCasterList请求参数结构体
|
13670
|
+
|
13671
|
+
"""
|
13672
|
+
|
13673
|
+
|
13674
|
+
class DescribeCasterListResponse(AbstractModel):
|
13675
|
+
"""DescribeCasterList返回参数结构体
|
13676
|
+
|
13677
|
+
"""
|
13678
|
+
|
13679
|
+
def __init__(self):
|
13680
|
+
r"""
|
13681
|
+
:param _CasterList: 用户对应的导播台简要信息列表
|
13682
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13683
|
+
:type CasterList: list of CasterBriefInfo
|
13684
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13685
|
+
:type RequestId: str
|
13686
|
+
"""
|
13687
|
+
self._CasterList = None
|
13688
|
+
self._RequestId = None
|
13689
|
+
|
13690
|
+
@property
|
13691
|
+
def CasterList(self):
|
13692
|
+
"""用户对应的导播台简要信息列表
|
13693
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13694
|
+
:rtype: list of CasterBriefInfo
|
13695
|
+
"""
|
13696
|
+
return self._CasterList
|
13697
|
+
|
13698
|
+
@CasterList.setter
|
13699
|
+
def CasterList(self, CasterList):
|
13700
|
+
self._CasterList = CasterList
|
13701
|
+
|
13702
|
+
@property
|
13703
|
+
def RequestId(self):
|
13704
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13705
|
+
:rtype: str
|
13706
|
+
"""
|
13707
|
+
return self._RequestId
|
13708
|
+
|
13709
|
+
@RequestId.setter
|
13710
|
+
def RequestId(self, RequestId):
|
13711
|
+
self._RequestId = RequestId
|
13712
|
+
|
13713
|
+
|
13714
|
+
def _deserialize(self, params):
|
13715
|
+
if params.get("CasterList") is not None:
|
13716
|
+
self._CasterList = []
|
13717
|
+
for item in params.get("CasterList"):
|
13718
|
+
obj = CasterBriefInfo()
|
13719
|
+
obj._deserialize(item)
|
13720
|
+
self._CasterList.append(obj)
|
13721
|
+
self._RequestId = params.get("RequestId")
|
13722
|
+
|
13723
|
+
|
13724
|
+
class DescribeCasterMarkPicInfosRequest(AbstractModel):
|
13725
|
+
"""DescribeCasterMarkPicInfos请求参数结构体
|
12739
13726
|
|
12740
13727
|
"""
|
12741
13728
|
|
12742
13729
|
def __init__(self):
|
12743
13730
|
r"""
|
12744
|
-
:param _CasterId: 导播台ID
|
13731
|
+
:param _CasterId: 导播台ID。
|
12745
13732
|
:type CasterId: int
|
12746
13733
|
"""
|
12747
13734
|
self._CasterId = None
|
12748
13735
|
|
12749
13736
|
@property
|
12750
13737
|
def CasterId(self):
|
12751
|
-
"""导播台ID
|
13738
|
+
"""导播台ID。
|
12752
13739
|
:rtype: int
|
12753
13740
|
"""
|
12754
13741
|
return self._CasterId
|
@@ -12770,31 +13757,33 @@ class DescribeCasterInputInfosRequest(AbstractModel):
|
|
12770
13757
|
|
12771
13758
|
|
12772
13759
|
|
12773
|
-
class
|
12774
|
-
"""
|
13760
|
+
class DescribeCasterMarkPicInfosResponse(AbstractModel):
|
13761
|
+
"""DescribeCasterMarkPicInfos返回参数结构体
|
12775
13762
|
|
12776
13763
|
"""
|
12777
13764
|
|
12778
13765
|
def __init__(self):
|
12779
13766
|
r"""
|
12780
|
-
:param
|
12781
|
-
|
13767
|
+
:param _MarkPicInfos: 导播台的水印信息列表。
|
13768
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13769
|
+
:type MarkPicInfos: list of CasterMarkPicInfo
|
12782
13770
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12783
13771
|
:type RequestId: str
|
12784
13772
|
"""
|
12785
|
-
self.
|
13773
|
+
self._MarkPicInfos = None
|
12786
13774
|
self._RequestId = None
|
12787
13775
|
|
12788
13776
|
@property
|
12789
|
-
def
|
12790
|
-
"""
|
12791
|
-
|
13777
|
+
def MarkPicInfos(self):
|
13778
|
+
"""导播台的水印信息列表。
|
13779
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13780
|
+
:rtype: list of CasterMarkPicInfo
|
12792
13781
|
"""
|
12793
|
-
return self.
|
13782
|
+
return self._MarkPicInfos
|
12794
13783
|
|
12795
|
-
@
|
12796
|
-
def
|
12797
|
-
self.
|
13784
|
+
@MarkPicInfos.setter
|
13785
|
+
def MarkPicInfos(self, MarkPicInfos):
|
13786
|
+
self._MarkPicInfos = MarkPicInfos
|
12798
13787
|
|
12799
13788
|
@property
|
12800
13789
|
def RequestId(self):
|
@@ -12809,17 +13798,17 @@ class DescribeCasterInputInfosResponse(AbstractModel):
|
|
12809
13798
|
|
12810
13799
|
|
12811
13800
|
def _deserialize(self, params):
|
12812
|
-
if params.get("
|
12813
|
-
self.
|
12814
|
-
for item in params.get("
|
12815
|
-
obj =
|
13801
|
+
if params.get("MarkPicInfos") is not None:
|
13802
|
+
self._MarkPicInfos = []
|
13803
|
+
for item in params.get("MarkPicInfos"):
|
13804
|
+
obj = CasterMarkPicInfo()
|
12816
13805
|
obj._deserialize(item)
|
12817
|
-
self.
|
13806
|
+
self._MarkPicInfos.append(obj)
|
12818
13807
|
self._RequestId = params.get("RequestId")
|
12819
13808
|
|
12820
13809
|
|
12821
|
-
class
|
12822
|
-
"""
|
13810
|
+
class DescribeCasterMarkWordInfosRequest(AbstractModel):
|
13811
|
+
"""DescribeCasterMarkWordInfos请求参数结构体
|
12823
13812
|
|
12824
13813
|
"""
|
12825
13814
|
|
@@ -12854,87 +13843,33 @@ class DescribeCasterLayoutInfosRequest(AbstractModel):
|
|
12854
13843
|
|
12855
13844
|
|
12856
13845
|
|
12857
|
-
class
|
12858
|
-
"""
|
12859
|
-
|
12860
|
-
"""
|
12861
|
-
|
12862
|
-
def __init__(self):
|
12863
|
-
r"""
|
12864
|
-
:param _LayoutInfos: 导播台的布局列表。
|
12865
|
-
:type LayoutInfos: list of CasterLayoutInfo
|
12866
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12867
|
-
:type RequestId: str
|
12868
|
-
"""
|
12869
|
-
self._LayoutInfos = None
|
12870
|
-
self._RequestId = None
|
12871
|
-
|
12872
|
-
@property
|
12873
|
-
def LayoutInfos(self):
|
12874
|
-
"""导播台的布局列表。
|
12875
|
-
:rtype: list of CasterLayoutInfo
|
12876
|
-
"""
|
12877
|
-
return self._LayoutInfos
|
12878
|
-
|
12879
|
-
@LayoutInfos.setter
|
12880
|
-
def LayoutInfos(self, LayoutInfos):
|
12881
|
-
self._LayoutInfos = LayoutInfos
|
12882
|
-
|
12883
|
-
@property
|
12884
|
-
def RequestId(self):
|
12885
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12886
|
-
:rtype: str
|
12887
|
-
"""
|
12888
|
-
return self._RequestId
|
12889
|
-
|
12890
|
-
@RequestId.setter
|
12891
|
-
def RequestId(self, RequestId):
|
12892
|
-
self._RequestId = RequestId
|
12893
|
-
|
12894
|
-
|
12895
|
-
def _deserialize(self, params):
|
12896
|
-
if params.get("LayoutInfos") is not None:
|
12897
|
-
self._LayoutInfos = []
|
12898
|
-
for item in params.get("LayoutInfos"):
|
12899
|
-
obj = CasterLayoutInfo()
|
12900
|
-
obj._deserialize(item)
|
12901
|
-
self._LayoutInfos.append(obj)
|
12902
|
-
self._RequestId = params.get("RequestId")
|
12903
|
-
|
12904
|
-
|
12905
|
-
class DescribeCasterListRequest(AbstractModel):
|
12906
|
-
"""DescribeCasterList请求参数结构体
|
12907
|
-
|
12908
|
-
"""
|
12909
|
-
|
12910
|
-
|
12911
|
-
class DescribeCasterListResponse(AbstractModel):
|
12912
|
-
"""DescribeCasterList返回参数结构体
|
13846
|
+
class DescribeCasterMarkWordInfosResponse(AbstractModel):
|
13847
|
+
"""DescribeCasterMarkWordInfos返回参数结构体
|
12913
13848
|
|
12914
13849
|
"""
|
12915
13850
|
|
12916
13851
|
def __init__(self):
|
12917
13852
|
r"""
|
12918
|
-
:param
|
13853
|
+
:param _MarkWordInfos: 导播台的文本信息列表。
|
12919
13854
|
注意:此字段可能返回 null,表示取不到有效值。
|
12920
|
-
:type
|
13855
|
+
:type MarkWordInfos: list of CasterMarkWordInfo
|
12921
13856
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12922
13857
|
:type RequestId: str
|
12923
13858
|
"""
|
12924
|
-
self.
|
13859
|
+
self._MarkWordInfos = None
|
12925
13860
|
self._RequestId = None
|
12926
13861
|
|
12927
13862
|
@property
|
12928
|
-
def
|
12929
|
-
"""
|
13863
|
+
def MarkWordInfos(self):
|
13864
|
+
"""导播台的文本信息列表。
|
12930
13865
|
注意:此字段可能返回 null,表示取不到有效值。
|
12931
|
-
:rtype: list of
|
13866
|
+
:rtype: list of CasterMarkWordInfo
|
12932
13867
|
"""
|
12933
|
-
return self.
|
13868
|
+
return self._MarkWordInfos
|
12934
13869
|
|
12935
|
-
@
|
12936
|
-
def
|
12937
|
-
self.
|
13870
|
+
@MarkWordInfos.setter
|
13871
|
+
def MarkWordInfos(self, MarkWordInfos):
|
13872
|
+
self._MarkWordInfos = MarkWordInfos
|
12938
13873
|
|
12939
13874
|
@property
|
12940
13875
|
def RequestId(self):
|
@@ -12949,12 +13884,12 @@ class DescribeCasterListResponse(AbstractModel):
|
|
12949
13884
|
|
12950
13885
|
|
12951
13886
|
def _deserialize(self, params):
|
12952
|
-
if params.get("
|
12953
|
-
self.
|
12954
|
-
for item in params.get("
|
12955
|
-
obj =
|
13887
|
+
if params.get("MarkWordInfos") is not None:
|
13888
|
+
self._MarkWordInfos = []
|
13889
|
+
for item in params.get("MarkWordInfos"):
|
13890
|
+
obj = CasterMarkWordInfo()
|
12956
13891
|
obj._deserialize(item)
|
12957
|
-
self.
|
13892
|
+
self._MarkWordInfos.append(obj)
|
12958
13893
|
self._RequestId = params.get("RequestId")
|
12959
13894
|
|
12960
13895
|
|
@@ -15189,16 +16124,205 @@ class DescribeLiveDomainsResponse(AbstractModel):
|
|
15189
16124
|
self._CreateLimitCount = CreateLimitCount
|
15190
16125
|
|
15191
16126
|
@property
|
15192
|
-
def PlayTypeCount(self):
|
15193
|
-
"""启用的播放域名加速区域统计,数组元素分别为:中国大陆(境内),全球地区,国际/港澳台(境外)域名数量。
|
15194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15195
|
-
:rtype: list of int
|
16127
|
+
def PlayTypeCount(self):
|
16128
|
+
"""启用的播放域名加速区域统计,数组元素分别为:中国大陆(境内),全球地区,国际/港澳台(境外)域名数量。
|
16129
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
16130
|
+
:rtype: list of int
|
16131
|
+
"""
|
16132
|
+
return self._PlayTypeCount
|
16133
|
+
|
16134
|
+
@PlayTypeCount.setter
|
16135
|
+
def PlayTypeCount(self, PlayTypeCount):
|
16136
|
+
self._PlayTypeCount = PlayTypeCount
|
16137
|
+
|
16138
|
+
@property
|
16139
|
+
def RequestId(self):
|
16140
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16141
|
+
:rtype: str
|
16142
|
+
"""
|
16143
|
+
return self._RequestId
|
16144
|
+
|
16145
|
+
@RequestId.setter
|
16146
|
+
def RequestId(self, RequestId):
|
16147
|
+
self._RequestId = RequestId
|
16148
|
+
|
16149
|
+
|
16150
|
+
def _deserialize(self, params):
|
16151
|
+
self._AllCount = params.get("AllCount")
|
16152
|
+
if params.get("DomainList") is not None:
|
16153
|
+
self._DomainList = []
|
16154
|
+
for item in params.get("DomainList"):
|
16155
|
+
obj = DomainInfo()
|
16156
|
+
obj._deserialize(item)
|
16157
|
+
self._DomainList.append(obj)
|
16158
|
+
self._CreateLimitCount = params.get("CreateLimitCount")
|
16159
|
+
self._PlayTypeCount = params.get("PlayTypeCount")
|
16160
|
+
self._RequestId = params.get("RequestId")
|
16161
|
+
|
16162
|
+
|
16163
|
+
class DescribeLiveEnhanceInfoListRequest(AbstractModel):
|
16164
|
+
"""DescribeLiveEnhanceInfoList请求参数结构体
|
16165
|
+
|
16166
|
+
"""
|
16167
|
+
|
16168
|
+
def __init__(self):
|
16169
|
+
r"""
|
16170
|
+
:param _StartTime: 起始时间点,使用ISO格式时间,
|
16171
|
+
例如:2019-01-08T10:00:00Z。
|
16172
|
+
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见[ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
16173
|
+
接口支持最近三个月的查询,开始时间和结束时间查询跨度不能超过三十天。
|
16174
|
+
:type StartTime: str
|
16175
|
+
:param _EndTime: 结束时间点,使用ISO格式时间,
|
16176
|
+
例如:2019-01-08T10:00:00Z。
|
16177
|
+
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见[ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
16178
|
+
接口支持最近三个月的查询,开始时间和结束时间查询跨度不能超过三十天。
|
16179
|
+
:type EndTime: str
|
16180
|
+
:param _Granularity: 查询粒度,支持5,60分钟。
|
16181
|
+
:type Granularity: int
|
16182
|
+
:param _DomainNames: 查询域名,如果不填则默认查全部的数据。
|
16183
|
+
:type DomainNames: list of str
|
16184
|
+
:param _Type: 增强服务类型,如果不填则默认查全部的数据。
|
16185
|
+
:type Type: list of str
|
16186
|
+
:param _Resolution: 分辨率,如果不填则默认查全部的数据。
|
16187
|
+
:type Resolution: list of str
|
16188
|
+
:param _Fps: 帧率,如果不填则默认查全部的数据。
|
16189
|
+
:type Fps: list of str
|
16190
|
+
"""
|
16191
|
+
self._StartTime = None
|
16192
|
+
self._EndTime = None
|
16193
|
+
self._Granularity = None
|
16194
|
+
self._DomainNames = None
|
16195
|
+
self._Type = None
|
16196
|
+
self._Resolution = None
|
16197
|
+
self._Fps = None
|
16198
|
+
|
16199
|
+
@property
|
16200
|
+
def StartTime(self):
|
16201
|
+
"""起始时间点,使用ISO格式时间,
|
16202
|
+
例如:2019-01-08T10:00:00Z。
|
16203
|
+
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见[ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
16204
|
+
接口支持最近三个月的查询,开始时间和结束时间查询跨度不能超过三十天。
|
16205
|
+
:rtype: str
|
16206
|
+
"""
|
16207
|
+
return self._StartTime
|
16208
|
+
|
16209
|
+
@StartTime.setter
|
16210
|
+
def StartTime(self, StartTime):
|
16211
|
+
self._StartTime = StartTime
|
16212
|
+
|
16213
|
+
@property
|
16214
|
+
def EndTime(self):
|
16215
|
+
"""结束时间点,使用ISO格式时间,
|
16216
|
+
例如:2019-01-08T10:00:00Z。
|
16217
|
+
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见[ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
16218
|
+
接口支持最近三个月的查询,开始时间和结束时间查询跨度不能超过三十天。
|
16219
|
+
:rtype: str
|
16220
|
+
"""
|
16221
|
+
return self._EndTime
|
16222
|
+
|
16223
|
+
@EndTime.setter
|
16224
|
+
def EndTime(self, EndTime):
|
16225
|
+
self._EndTime = EndTime
|
16226
|
+
|
16227
|
+
@property
|
16228
|
+
def Granularity(self):
|
16229
|
+
"""查询粒度,支持5,60分钟。
|
16230
|
+
:rtype: int
|
16231
|
+
"""
|
16232
|
+
return self._Granularity
|
16233
|
+
|
16234
|
+
@Granularity.setter
|
16235
|
+
def Granularity(self, Granularity):
|
16236
|
+
self._Granularity = Granularity
|
16237
|
+
|
16238
|
+
@property
|
16239
|
+
def DomainNames(self):
|
16240
|
+
"""查询域名,如果不填则默认查全部的数据。
|
16241
|
+
:rtype: list of str
|
16242
|
+
"""
|
16243
|
+
return self._DomainNames
|
16244
|
+
|
16245
|
+
@DomainNames.setter
|
16246
|
+
def DomainNames(self, DomainNames):
|
16247
|
+
self._DomainNames = DomainNames
|
16248
|
+
|
16249
|
+
@property
|
16250
|
+
def Type(self):
|
16251
|
+
"""增强服务类型,如果不填则默认查全部的数据。
|
16252
|
+
:rtype: list of str
|
16253
|
+
"""
|
16254
|
+
return self._Type
|
16255
|
+
|
16256
|
+
@Type.setter
|
16257
|
+
def Type(self, Type):
|
16258
|
+
self._Type = Type
|
16259
|
+
|
16260
|
+
@property
|
16261
|
+
def Resolution(self):
|
16262
|
+
"""分辨率,如果不填则默认查全部的数据。
|
16263
|
+
:rtype: list of str
|
16264
|
+
"""
|
16265
|
+
return self._Resolution
|
16266
|
+
|
16267
|
+
@Resolution.setter
|
16268
|
+
def Resolution(self, Resolution):
|
16269
|
+
self._Resolution = Resolution
|
16270
|
+
|
16271
|
+
@property
|
16272
|
+
def Fps(self):
|
16273
|
+
"""帧率,如果不填则默认查全部的数据。
|
16274
|
+
:rtype: list of str
|
16275
|
+
"""
|
16276
|
+
return self._Fps
|
16277
|
+
|
16278
|
+
@Fps.setter
|
16279
|
+
def Fps(self, Fps):
|
16280
|
+
self._Fps = Fps
|
16281
|
+
|
16282
|
+
|
16283
|
+
def _deserialize(self, params):
|
16284
|
+
self._StartTime = params.get("StartTime")
|
16285
|
+
self._EndTime = params.get("EndTime")
|
16286
|
+
self._Granularity = params.get("Granularity")
|
16287
|
+
self._DomainNames = params.get("DomainNames")
|
16288
|
+
self._Type = params.get("Type")
|
16289
|
+
self._Resolution = params.get("Resolution")
|
16290
|
+
self._Fps = params.get("Fps")
|
16291
|
+
memeber_set = set(params.keys())
|
16292
|
+
for name, value in vars(self).items():
|
16293
|
+
property_name = name[1:]
|
16294
|
+
if property_name in memeber_set:
|
16295
|
+
memeber_set.remove(property_name)
|
16296
|
+
if len(memeber_set) > 0:
|
16297
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
16298
|
+
|
16299
|
+
|
16300
|
+
|
16301
|
+
class DescribeLiveEnhanceInfoListResponse(AbstractModel):
|
16302
|
+
"""DescribeLiveEnhanceInfoList返回参数结构体
|
16303
|
+
|
16304
|
+
"""
|
16305
|
+
|
16306
|
+
def __init__(self):
|
16307
|
+
r"""
|
16308
|
+
:param _DataInfoList: 直播增强统计信息列表。
|
16309
|
+
:type DataInfoList: list of LiveEnhanceInfo
|
16310
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16311
|
+
:type RequestId: str
|
16312
|
+
"""
|
16313
|
+
self._DataInfoList = None
|
16314
|
+
self._RequestId = None
|
16315
|
+
|
16316
|
+
@property
|
16317
|
+
def DataInfoList(self):
|
16318
|
+
"""直播增强统计信息列表。
|
16319
|
+
:rtype: list of LiveEnhanceInfo
|
15196
16320
|
"""
|
15197
|
-
return self.
|
16321
|
+
return self._DataInfoList
|
15198
16322
|
|
15199
|
-
@
|
15200
|
-
def
|
15201
|
-
self.
|
16323
|
+
@DataInfoList.setter
|
16324
|
+
def DataInfoList(self, DataInfoList):
|
16325
|
+
self._DataInfoList = DataInfoList
|
15202
16326
|
|
15203
16327
|
@property
|
15204
16328
|
def RequestId(self):
|
@@ -15213,15 +16337,12 @@ class DescribeLiveDomainsResponse(AbstractModel):
|
|
15213
16337
|
|
15214
16338
|
|
15215
16339
|
def _deserialize(self, params):
|
15216
|
-
|
15217
|
-
|
15218
|
-
|
15219
|
-
|
15220
|
-
obj = DomainInfo()
|
16340
|
+
if params.get("DataInfoList") is not None:
|
16341
|
+
self._DataInfoList = []
|
16342
|
+
for item in params.get("DataInfoList"):
|
16343
|
+
obj = LiveEnhanceInfo()
|
15221
16344
|
obj._deserialize(item)
|
15222
|
-
self.
|
15223
|
-
self._CreateLimitCount = params.get("CreateLimitCount")
|
15224
|
-
self._PlayTypeCount = params.get("PlayTypeCount")
|
16345
|
+
self._DataInfoList.append(obj)
|
15225
16346
|
self._RequestId = params.get("RequestId")
|
15226
16347
|
|
15227
16348
|
|
@@ -25579,6 +26700,117 @@ class LiveDomainCertBindings(AbstractModel):
|
|
25579
26700
|
|
25580
26701
|
|
25581
26702
|
|
26703
|
+
class LiveEnhanceInfo(AbstractModel):
|
26704
|
+
"""直播增强计费信息。
|
26705
|
+
|
26706
|
+
"""
|
26707
|
+
|
26708
|
+
def __init__(self):
|
26709
|
+
r"""
|
26710
|
+
:param _Domain: 域名。
|
26711
|
+
:type Domain: str
|
26712
|
+
:param _Time: 时间。
|
26713
|
+
:type Time: str
|
26714
|
+
:param _Duration: 计费时长,单位分钟。
|
26715
|
+
:type Duration: int
|
26716
|
+
:param _Fps: 帧率。
|
26717
|
+
:type Fps: str
|
26718
|
+
:param _Resolution: 分辨率。
|
26719
|
+
:type Resolution: str
|
26720
|
+
:param _Type: 增强服务类型。
|
26721
|
+
:type Type: str
|
26722
|
+
"""
|
26723
|
+
self._Domain = None
|
26724
|
+
self._Time = None
|
26725
|
+
self._Duration = None
|
26726
|
+
self._Fps = None
|
26727
|
+
self._Resolution = None
|
26728
|
+
self._Type = None
|
26729
|
+
|
26730
|
+
@property
|
26731
|
+
def Domain(self):
|
26732
|
+
"""域名。
|
26733
|
+
:rtype: str
|
26734
|
+
"""
|
26735
|
+
return self._Domain
|
26736
|
+
|
26737
|
+
@Domain.setter
|
26738
|
+
def Domain(self, Domain):
|
26739
|
+
self._Domain = Domain
|
26740
|
+
|
26741
|
+
@property
|
26742
|
+
def Time(self):
|
26743
|
+
"""时间。
|
26744
|
+
:rtype: str
|
26745
|
+
"""
|
26746
|
+
return self._Time
|
26747
|
+
|
26748
|
+
@Time.setter
|
26749
|
+
def Time(self, Time):
|
26750
|
+
self._Time = Time
|
26751
|
+
|
26752
|
+
@property
|
26753
|
+
def Duration(self):
|
26754
|
+
"""计费时长,单位分钟。
|
26755
|
+
:rtype: int
|
26756
|
+
"""
|
26757
|
+
return self._Duration
|
26758
|
+
|
26759
|
+
@Duration.setter
|
26760
|
+
def Duration(self, Duration):
|
26761
|
+
self._Duration = Duration
|
26762
|
+
|
26763
|
+
@property
|
26764
|
+
def Fps(self):
|
26765
|
+
"""帧率。
|
26766
|
+
:rtype: str
|
26767
|
+
"""
|
26768
|
+
return self._Fps
|
26769
|
+
|
26770
|
+
@Fps.setter
|
26771
|
+
def Fps(self, Fps):
|
26772
|
+
self._Fps = Fps
|
26773
|
+
|
26774
|
+
@property
|
26775
|
+
def Resolution(self):
|
26776
|
+
"""分辨率。
|
26777
|
+
:rtype: str
|
26778
|
+
"""
|
26779
|
+
return self._Resolution
|
26780
|
+
|
26781
|
+
@Resolution.setter
|
26782
|
+
def Resolution(self, Resolution):
|
26783
|
+
self._Resolution = Resolution
|
26784
|
+
|
26785
|
+
@property
|
26786
|
+
def Type(self):
|
26787
|
+
"""增强服务类型。
|
26788
|
+
:rtype: str
|
26789
|
+
"""
|
26790
|
+
return self._Type
|
26791
|
+
|
26792
|
+
@Type.setter
|
26793
|
+
def Type(self, Type):
|
26794
|
+
self._Type = Type
|
26795
|
+
|
26796
|
+
|
26797
|
+
def _deserialize(self, params):
|
26798
|
+
self._Domain = params.get("Domain")
|
26799
|
+
self._Time = params.get("Time")
|
26800
|
+
self._Duration = params.get("Duration")
|
26801
|
+
self._Fps = params.get("Fps")
|
26802
|
+
self._Resolution = params.get("Resolution")
|
26803
|
+
self._Type = params.get("Type")
|
26804
|
+
memeber_set = set(params.keys())
|
26805
|
+
for name, value in vars(self).items():
|
26806
|
+
property_name = name[1:]
|
26807
|
+
if property_name in memeber_set:
|
26808
|
+
memeber_set.remove(property_name)
|
26809
|
+
if len(memeber_set) > 0:
|
26810
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
26811
|
+
|
26812
|
+
|
26813
|
+
|
25582
26814
|
class LivePackageInfo(AbstractModel):
|
25583
26815
|
"""直播包信息。
|
25584
26816
|
|
@@ -26843,6 +28075,168 @@ class ModifyCasterLayoutInfoResponse(AbstractModel):
|
|
26843
28075
|
self._RequestId = params.get("RequestId")
|
26844
28076
|
|
26845
28077
|
|
28078
|
+
class ModifyCasterMarkPicInfoRequest(AbstractModel):
|
28079
|
+
"""ModifyCasterMarkPicInfo请求参数结构体
|
28080
|
+
|
28081
|
+
"""
|
28082
|
+
|
28083
|
+
def __init__(self):
|
28084
|
+
r"""
|
28085
|
+
:param _CasterId: 导播台ID。
|
28086
|
+
:type CasterId: int
|
28087
|
+
:param _MarkPicInfo: 新的水印信息。
|
28088
|
+
:type MarkPicInfo: :class:`tencentcloud.live.v20180801.models.CasterMarkPicInfo`
|
28089
|
+
"""
|
28090
|
+
self._CasterId = None
|
28091
|
+
self._MarkPicInfo = None
|
28092
|
+
|
28093
|
+
@property
|
28094
|
+
def CasterId(self):
|
28095
|
+
"""导播台ID。
|
28096
|
+
:rtype: int
|
28097
|
+
"""
|
28098
|
+
return self._CasterId
|
28099
|
+
|
28100
|
+
@CasterId.setter
|
28101
|
+
def CasterId(self, CasterId):
|
28102
|
+
self._CasterId = CasterId
|
28103
|
+
|
28104
|
+
@property
|
28105
|
+
def MarkPicInfo(self):
|
28106
|
+
"""新的水印信息。
|
28107
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.CasterMarkPicInfo`
|
28108
|
+
"""
|
28109
|
+
return self._MarkPicInfo
|
28110
|
+
|
28111
|
+
@MarkPicInfo.setter
|
28112
|
+
def MarkPicInfo(self, MarkPicInfo):
|
28113
|
+
self._MarkPicInfo = MarkPicInfo
|
28114
|
+
|
28115
|
+
|
28116
|
+
def _deserialize(self, params):
|
28117
|
+
self._CasterId = params.get("CasterId")
|
28118
|
+
if params.get("MarkPicInfo") is not None:
|
28119
|
+
self._MarkPicInfo = CasterMarkPicInfo()
|
28120
|
+
self._MarkPicInfo._deserialize(params.get("MarkPicInfo"))
|
28121
|
+
memeber_set = set(params.keys())
|
28122
|
+
for name, value in vars(self).items():
|
28123
|
+
property_name = name[1:]
|
28124
|
+
if property_name in memeber_set:
|
28125
|
+
memeber_set.remove(property_name)
|
28126
|
+
if len(memeber_set) > 0:
|
28127
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
28128
|
+
|
28129
|
+
|
28130
|
+
|
28131
|
+
class ModifyCasterMarkPicInfoResponse(AbstractModel):
|
28132
|
+
"""ModifyCasterMarkPicInfo返回参数结构体
|
28133
|
+
|
28134
|
+
"""
|
28135
|
+
|
28136
|
+
def __init__(self):
|
28137
|
+
r"""
|
28138
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28139
|
+
:type RequestId: str
|
28140
|
+
"""
|
28141
|
+
self._RequestId = None
|
28142
|
+
|
28143
|
+
@property
|
28144
|
+
def RequestId(self):
|
28145
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28146
|
+
:rtype: str
|
28147
|
+
"""
|
28148
|
+
return self._RequestId
|
28149
|
+
|
28150
|
+
@RequestId.setter
|
28151
|
+
def RequestId(self, RequestId):
|
28152
|
+
self._RequestId = RequestId
|
28153
|
+
|
28154
|
+
|
28155
|
+
def _deserialize(self, params):
|
28156
|
+
self._RequestId = params.get("RequestId")
|
28157
|
+
|
28158
|
+
|
28159
|
+
class ModifyCasterMarkWordInfoRequest(AbstractModel):
|
28160
|
+
"""ModifyCasterMarkWordInfo请求参数结构体
|
28161
|
+
|
28162
|
+
"""
|
28163
|
+
|
28164
|
+
def __init__(self):
|
28165
|
+
r"""
|
28166
|
+
:param _CasterId: 导播台ID。
|
28167
|
+
:type CasterId: int
|
28168
|
+
:param _MarkWordInfo: 修改的文本配置。
|
28169
|
+
:type MarkWordInfo: :class:`tencentcloud.live.v20180801.models.CasterMarkWordInfo`
|
28170
|
+
"""
|
28171
|
+
self._CasterId = None
|
28172
|
+
self._MarkWordInfo = None
|
28173
|
+
|
28174
|
+
@property
|
28175
|
+
def CasterId(self):
|
28176
|
+
"""导播台ID。
|
28177
|
+
:rtype: int
|
28178
|
+
"""
|
28179
|
+
return self._CasterId
|
28180
|
+
|
28181
|
+
@CasterId.setter
|
28182
|
+
def CasterId(self, CasterId):
|
28183
|
+
self._CasterId = CasterId
|
28184
|
+
|
28185
|
+
@property
|
28186
|
+
def MarkWordInfo(self):
|
28187
|
+
"""修改的文本配置。
|
28188
|
+
:rtype: :class:`tencentcloud.live.v20180801.models.CasterMarkWordInfo`
|
28189
|
+
"""
|
28190
|
+
return self._MarkWordInfo
|
28191
|
+
|
28192
|
+
@MarkWordInfo.setter
|
28193
|
+
def MarkWordInfo(self, MarkWordInfo):
|
28194
|
+
self._MarkWordInfo = MarkWordInfo
|
28195
|
+
|
28196
|
+
|
28197
|
+
def _deserialize(self, params):
|
28198
|
+
self._CasterId = params.get("CasterId")
|
28199
|
+
if params.get("MarkWordInfo") is not None:
|
28200
|
+
self._MarkWordInfo = CasterMarkWordInfo()
|
28201
|
+
self._MarkWordInfo._deserialize(params.get("MarkWordInfo"))
|
28202
|
+
memeber_set = set(params.keys())
|
28203
|
+
for name, value in vars(self).items():
|
28204
|
+
property_name = name[1:]
|
28205
|
+
if property_name in memeber_set:
|
28206
|
+
memeber_set.remove(property_name)
|
28207
|
+
if len(memeber_set) > 0:
|
28208
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
28209
|
+
|
28210
|
+
|
28211
|
+
|
28212
|
+
class ModifyCasterMarkWordInfoResponse(AbstractModel):
|
28213
|
+
"""ModifyCasterMarkWordInfo返回参数结构体
|
28214
|
+
|
28215
|
+
"""
|
28216
|
+
|
28217
|
+
def __init__(self):
|
28218
|
+
r"""
|
28219
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28220
|
+
:type RequestId: str
|
28221
|
+
"""
|
28222
|
+
self._RequestId = None
|
28223
|
+
|
28224
|
+
@property
|
28225
|
+
def RequestId(self):
|
28226
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28227
|
+
:rtype: str
|
28228
|
+
"""
|
28229
|
+
return self._RequestId
|
28230
|
+
|
28231
|
+
@RequestId.setter
|
28232
|
+
def RequestId(self, RequestId):
|
28233
|
+
self._RequestId = RequestId
|
28234
|
+
|
28235
|
+
|
28236
|
+
def _deserialize(self, params):
|
28237
|
+
self._RequestId = params.get("RequestId")
|
28238
|
+
|
28239
|
+
|
26846
28240
|
class ModifyCasterOutputInfoRequest(AbstractModel):
|
26847
28241
|
"""ModifyCasterOutputInfo请求参数结构体
|
26848
28242
|
|