tencentcloud-sdk-nodejs-mps 4.1.18 → 4.1.19

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-mps",
3
- "version": "4.1.18",
3
+ "version": "4.1.19",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2517,7 +2517,7 @@ export interface AudioTemplateInfo {
2517
2517
  */
2518
2518
  Bitrate: number;
2519
2519
  /**
2520
- * 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
2520
+ * 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
2521
2521
  单位:Hz
2522
2522
  注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
2523
2523
  */
@@ -6029,7 +6029,7 @@ export interface CreateOutputInfo {
6029
6029
  */
6030
6030
  Zones?: Array<string>;
6031
6031
  /**
6032
- * 输出类型:Internet/TencentCSS/StreamLive
6032
+ * 输出类型:Internet/TencentCSS
6033
6033
  */
6034
6034
  OutputType?: string;
6035
6035
  /**