tencentcloud-sdk-nodejs-mps 4.1.17 → 4.1.18

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.17",
3
+ "version": "4.1.18",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2168,7 +2168,8 @@ export interface AudioTemplateInfoForUpdate {
2168
2168
  */
2169
2169
  Bitrate?: number;
2170
2170
  /**
2171
- * 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
2171
+ * 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
2172
+ 单位:Hz
2172
2173
  注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
2173
2174
  注意:此字段可能返回 null,表示取不到有效值。
2174
2175
  */
@@ -5265,8 +5266,8 @@ export interface ImageWatermarkInput {
5265
5266
  export interface TrackInfo {
5266
5267
  /**
5267
5268
  * 音轨和声道数字,说明:
5268
- 当:SelectType值为trask,此值为整数类型,例如:1;
5269
- 当:SelectType值为trask_channel,此值为小数类型,例如:1.0;
5269
+ 当:SelectType值为track,此值为整数类型,例如:1;
5270
+ 当:SelectType值为track_channel,此值为小数类型,例如:1.0;
5270
5271
  默认值:1.0
5271
5272
  注意:整数部分代表音轨序号,以小数部分代表声道。音轨序号即为音轨的stream index,支持输入0和正整数。小数部分最多支持2位小数,并且仅支持0-63,但是如果Codec为aac/eac3/ac3时,小数部分仅支持0-15。例如:对于stream index为1的音轨,1.0代表这个音轨的第1个声道,1.1代表这个音轨的第2个声道。
5272
5273
  注意:此字段可能返回 null,表示取不到有效值。