tencentcloud-sdk-nodejs-vod 4.1.239 → 4.1.240

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.239",
3
+ "version": "4.1.240",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -54,6 +54,10 @@ export interface ProcessMediaRequest {
54
54
  * <p>FileID为空时有效,拉取Url生成新媒资产生新FileID,媒体处理产物将作为新媒资的附属产物。</p><p>注意:新媒资会产生存储费用</p>
55
55
  */
56
56
  Url?: string;
57
+ /**
58
+ * <p>媒体处理转码结果输出为独立媒资, 开启该选项会使产物输出为独立媒资,生成全新FileID,目前仅支持TranscodeTask转码任务输出为独立媒资。</p><p>枚举值:</p><ul><li>ON: 开启</li><li>OFF: 关闭</li></ul><p>默认值:OFF</p><p>注意:新媒资会产生存储费用,转码任务中片头片尾、溯源水印等暂不支持开启该选项。</p>
59
+ */
60
+ OutputAsIndependentMedia?: string;
57
61
  }
58
62
  /**
59
63
  * 画布信息。制作视频时,如果源素材(视频或者图片)不能填满输出的视频窗口,将用设置的画布进行背景绘制。