tencentcloud-sdk-nodejs-mps 4.1.138 → 4.1.141

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.138",
3
+ "version": "4.1.141",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3098,8 +3098,8 @@ export interface CreateAdaptiveDynamicStreamingTemplateRequest {
3098
3098
  */
3099
3099
  PureAudio?: number;
3100
3100
  /**
3101
- * hls 分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment
3102
- 注:自适应码流的hls分片格式已此字段为准
3101
+ * 分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment
3102
+ 注:自适应码流的分片格式以此字段为准
3103
3103
  */
3104
3104
  SegmentType?: string;
3105
3105
  }
@@ -4146,6 +4146,10 @@ export interface CreateStreamLinkFlowRequest {
4146
4146
  * 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。
4147
4147
  */
4148
4148
  EventId?: string;
4149
+ /**
4150
+ * 流的输出组。
4151
+ */
4152
+ OutputGroup?: CreateOutputInfo;
4149
4153
  }
4150
4154
  /**
4151
4155
  * 创建媒体传输流的输出SRT的目标地址。
@@ -6432,7 +6436,6 @@ export interface VideoTemplateInfo {
6432
6436
  /**
6433
6437
  * 分片平均时长,范围:(0-10],单位:秒
6434
6438
  不填表示自动,将根据视频的GOP等特征自动选择合适的分片时长。
6435
- 注意:只能在封装格式hls的情况下使用
6436
6439
  注意:此字段可能返回 null,表示取不到有效值。
6437
6440
  */
6438
6441
  HlsTime?: number;