tencentcloud-sdk-nodejs-lcic 4.0.1034 → 4.0.1041

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-lcic",
3
- "version": "4.0.1034",
3
+ "version": "4.0.1041",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -2150,6 +2150,10 @@ export interface CreateDocumentRequest {
2150
2150
  1 需要转码的文档,ppt,pptx,pdf,doc,docx,xls,xlsx
2151
2151
  2 需要转码的视频,mp4,3pg,mpeg,avi,flv,wmv,rm,h264等
2152
2152
  2 需要转码的音频,mp3,wav,wma,aac,flac,opus
2153
+ 请注意,待录制的页面中任何视频的分辨率不能超过页面录制最大分辨率(1920*1080),否则将导致录制失败。
2154
+ - ppt课件内嵌视频或纯视频课件,在上传课件时,云api会进行转码,以确保视频分辨率不超过页面录制最大分辨率。
2155
+ - h5课件中内嵌音视频内容时,由于平台无法获取视频内容,因此在制作环节需确保视频分辨率不超过页面录制最大分辨率。
2156
+
2153
2157
  */
2154
2158
  TranscodeType?: number
2155
2159
  /**
@@ -2175,7 +2179,8 @@ export interface CreateDocumentRequest {
2175
2179
  */
2176
2180
  AutoHandleUnsupportedElement?: boolean
2177
2181
  /**
2178
- * 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率。示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
2182
+ * 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率。该参数仅对TranscodeType=1的课件生效。示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
2183
+ 示例值:1280x720
2179
2184
  */
2180
2185
  MinScaleResolution?: string
2181
2186
  }
@@ -2041,6 +2041,10 @@ export interface CreateDocumentRequest {
2041
2041
  1 需要转码的文档,ppt,pptx,pdf,doc,docx,xls,xlsx
2042
2042
  2 需要转码的视频,mp4,3pg,mpeg,avi,flv,wmv,rm,h264等
2043
2043
  2 需要转码的音频,mp3,wav,wma,aac,flac,opus
2044
+ 请注意,待录制的页面中任何视频的分辨率不能超过页面录制最大分辨率(1920*1080),否则将导致录制失败。
2045
+ - ppt课件内嵌视频或纯视频课件,在上传课件时,云api会进行转码,以确保视频分辨率不超过页面录制最大分辨率。
2046
+ - h5课件中内嵌音视频内容时,由于平台无法获取视频内容,因此在制作环节需确保视频分辨率不超过页面录制最大分辨率。
2047
+
2044
2048
  */
2045
2049
  TranscodeType?: number;
2046
2050
  /**
@@ -2066,7 +2070,8 @@ export interface CreateDocumentRequest {
2066
2070
  */
2067
2071
  AutoHandleUnsupportedElement?: boolean;
2068
2072
  /**
2069
- * 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率。示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
2073
+ * 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率。该参数仅对TranscodeType=1的课件生效。示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
2074
+ 示例值:1280x720
2070
2075
  */
2071
2076
  MinScaleResolution?: string;
2072
2077
  }