tencentcloud-sdk-nodejs-trtc 4.1.193 → 4.1.210
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
|
@@ -2699,7 +2699,7 @@ export interface StartStreamIngestRequest {
|
|
|
2699
2699
|
*/
|
|
2700
2700
|
UserSig: string;
|
|
2701
2701
|
/**
|
|
2702
|
-
* 源流URL
|
|
2702
|
+
* 源流URL【必填】。如果是视频流,分辨率请保持不变,视频流的最大分辨率限制1080p,最大帧率限制30fps。
|
|
2703
2703
|
*/
|
|
2704
2704
|
StreamUrl?: string;
|
|
2705
2705
|
/**
|
|
@@ -2741,7 +2741,7 @@ export interface StartStreamIngestRequest {
|
|
|
2741
2741
|
*/
|
|
2742
2742
|
MaxDuration?: number;
|
|
2743
2743
|
/**
|
|
2744
|
-
* 音量,取值范围[0,
|
|
2744
|
+
* 音量,取值范围[0, 200],默认100,表示原音量。
|
|
2745
2745
|
*/
|
|
2746
2746
|
Volume?: number;
|
|
2747
2747
|
/**
|
|
@@ -2752,6 +2752,10 @@ export interface StartStreamIngestRequest {
|
|
|
2752
2752
|
* 播放倍速,默认1.0,可取[0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0]
|
|
2753
2753
|
*/
|
|
2754
2754
|
Tempo?: number;
|
|
2755
|
+
/**
|
|
2756
|
+
* 播放任务处于空闲状态的最大时长(秒), 不填时任务会自适应销毁,可取[0, 600],空闲状态超过设置的 IdleTimeout 后,该播放任务会自动销毁
|
|
2757
|
+
*/
|
|
2758
|
+
IdleTimeout?: number;
|
|
2755
2759
|
}
|
|
2756
2760
|
/**
|
|
2757
2761
|
* UpdateVoicePrint返回参数结构体
|
|
@@ -4742,7 +4746,7 @@ export interface UpdateStreamIngestRequest {
|
|
|
4742
4746
|
*/
|
|
4743
4747
|
StreamUrl?: string;
|
|
4744
4748
|
/**
|
|
4745
|
-
* 音量,取值范围[0,
|
|
4749
|
+
* 音量,取值范围[0, 200],默认100,表示原音量。
|
|
4746
4750
|
*/
|
|
4747
4751
|
Volume?: number;
|
|
4748
4752
|
/**
|