tencentcloud-sdk-nodejs-live 4.1.191 → 4.1.195

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-live",
3
- "version": "4.1.191",
3
+ "version": "4.1.195",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7511,61 +7511,31 @@ export interface DescribeScreenshotTaskResponse {
7511
7511
  */
7512
7512
  export interface ModifyPullStreamConfigRequest {
7513
7513
  /**
7514
- * 配置 ID
7515
- 获取来源:
7516
- 1. 创建拉流配置接口CreatePullStreamConfig返回的配置 ID。
7517
- 2. 通过查询接口DescribePullStreamConfigs获取配置 ID。
7514
+ * <p>配置 ID。<br>获取来源:</p><ol><li>创建拉流配置接口CreatePullStreamConfig返回的配置 ID。</li><li>通过查询接口DescribePullStreamConfigs获取配置 ID。</li></ol>
7518
7515
  */
7519
7516
  ConfigId: string;
7520
7517
  /**
7521
- * URL,用于拉流的地址。目前可支持直播流及点播文件。
7522
- 注意:
7523
- 1. 多个点播 URL 之间使用空格拼接。
7524
- 2. 目前上限支持10个 URL。
7525
- 3. 支持拉流文件格式:FLV,RTMP,HLS,MP4。
7526
- 4. 使用标准三层样式,如:http://test.com/live/stream.flv。
7518
+ * <p>源 URL,用于拉流的地址。目前可支持直播流及点播文件。<br>注意:</p><ol><li>多个点播 URL 之间使用空格拼接。</li><li>目前上限支持10个 URL。</li><li>支持拉流文件格式:FLV,RTMP,HLS,MP4。</li><li>使用标准三层样式,如:http://test.com/live/stream.flv。</li></ol>
7527
7519
  */
7528
7520
  FromUrl?: string;
7529
7521
  /**
7530
- * 目的 URL,用于推流的地址,目前限制该目标地址为腾讯域名。
7531
- 1. 仅支持 RTMP 协议。
7532
- 2. 使用标准三层样式,如:http://test.com/live/stream.flv。
7522
+ * <p>目的 URL,用于推流的地址,目前限制该目标地址为腾讯域名。</p><ol><li>仅支持 RTMP 协议。</li><li>使用标准三层样式,如:http://test.com/live/stream.flv。</li></ol>
7533
7523
  */
7534
7524
  ToUrl?: string;
7535
7525
  /**
7536
- * 区域 ID
7537
- 1-深圳。
7538
- 2-上海。
7539
- 3-天津。
7540
- 4-中国香港。
7541
- 如有改动,需同时传入IspId。
7526
+ * <p>区域 ID:<br>1-深圳。<br>2-上海。<br>3-天津。<br>4-中国香港。<br>如有改动,需同时传入IspId。</p>
7542
7527
  */
7543
7528
  AreaId?: number;
7544
7529
  /**
7545
- * 运营商 ID
7546
- 1:电信。
7547
- 2:移动。
7548
- 3:联通。
7549
- 4:其他。
7550
- AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。
7530
+ * <p>运营商 ID,<br>1:电信。<br>2:移动。<br>3:联通。<br>4:其他。<br>AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。</p>
7551
7531
  */
7552
7532
  IspId?: number;
7553
7533
  /**
7554
- * 开始时间。
7555
- 使用UTC格式时间,
7556
- 例如:2019-01-08T10:00:00Z。
7557
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
7534
+ * <p>开始时间。<br>使用UTC格式时间,<br>例如:2019-01-08T10:00:00Z。<br>注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式说明</a>。</p>
7558
7535
  */
7559
7536
  StartTime?: string;
7560
7537
  /**
7561
- * 结束时间,注意:
7562
- 1. 结束时间必须大于开始时间;
7563
- 2. 结束时间和开始时间必须大于当前时间;
7564
- 3. 结束时间 和 开始时间 间隔必须小于七天。
7565
-
7566
- 使用UTC格式时间,
7567
- 例如:2019-01-08T10:00:00Z。
7568
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
7538
+ * <p>结束时间,注意:</p><ol><li>结束时间必须大于开始时间;</li><li>结束时间和开始时间必须大于当前时间;</li><li>结束时间 和 开始时间 间隔必须小于七天。</li></ol><p>使用UTC格式时间,<br>例如:2019-01-08T10:00:00Z。<br>注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式说明</a>。</p>
7569
7539
  */
7570
7540
  EndTime?: string;
7571
7541
  }