tencentcloud-sdk-nodejs-vod 4.1.28 → 4.1.30

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-vod",
3
- "version": "4.1.28",
3
+ "version": "4.1.30",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2964,6 +2964,7 @@ export interface DescribeMediaProcessUsageDataRequest {
2964
2964
  <li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
2965
2965
  <li>VoiceTranslation: 语音翻译</li>
2966
2966
  <li>JITTranscoding: 即时转码</li>
2967
+ <li>VideoSnapshot: 视频截图</li>
2967
2968
  */
2968
2969
  Type?: string;
2969
2970
  }
@@ -4653,6 +4654,7 @@ export interface TaskStatData {
4653
4654
  <li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
4654
4655
  <li>VoiceTranslation: 语音翻译</li>
4655
4656
  <li>JITTranscoding: 即时转码</li>
4657
+ <li>VideoSnapshot: 视频截图</li>
4656
4658
  */
4657
4659
  TaskType?: string;
4658
4660
  /**
@@ -4720,6 +4722,10 @@ export interface TaskStatData {
4720
4722
  <li>JITTranscoding.H264.2K: H.264编码方式2K即时转码</li>
4721
4723
  <li>JITTranscoding.Audio: 音频即时转码</li>
4722
4724
  <li>JITTranscoding.Copy: 转封装即时转码</li>
4725
+ 视频截图规格:
4726
+ <li>SnapshotByTimeOffset: 时间点截图</li>
4727
+ <li>SampleSnapshot: 采样截图</li>
4728
+ <li>ImageSprite: 雪碧图</li>
4723
4729
  */
4724
4730
  Details?: Array<SpecificationDataItem>;
4725
4731
  }