tencentcloud-sdk-nodejs-mps 4.1.17 → 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
|
@@ -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
|
*/
|
|
@@ -2516,7 +2517,7 @@ export interface AudioTemplateInfo {
|
|
|
2516
2517
|
*/
|
|
2517
2518
|
Bitrate: number;
|
|
2518
2519
|
/**
|
|
2519
|
-
* 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]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)
|
|
2520
2521
|
单位:Hz
|
|
2521
2522
|
注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
|
|
2522
2523
|
*/
|
|
@@ -5265,8 +5266,8 @@ export interface ImageWatermarkInput {
|
|
|
5265
5266
|
export interface TrackInfo {
|
|
5266
5267
|
/**
|
|
5267
5268
|
* 音轨和声道数字,说明:
|
|
5268
|
-
当:SelectType值为
|
|
5269
|
-
当:SelectType值为
|
|
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,表示取不到有效值。
|
|
@@ -6028,7 +6029,7 @@ export interface CreateOutputInfo {
|
|
|
6028
6029
|
*/
|
|
6029
6030
|
Zones?: Array<string>;
|
|
6030
6031
|
/**
|
|
6031
|
-
* 输出类型:Internet/TencentCSS
|
|
6032
|
+
* 输出类型:Internet/TencentCSS
|
|
6032
6033
|
*/
|
|
6033
6034
|
OutputType?: string;
|
|
6034
6035
|
/**
|