@volcengine/veplayer 1.9.3-rc.6 → 1.9.3
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/index.d.ts +2 -7
- package/index.min.js +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3263,8 +3263,8 @@ export interface IPlayAuthTokenConfig {
|
|
|
3263
3263
|
*/
|
|
3264
3264
|
serverCertificatePath?: string;
|
|
3265
3265
|
/**
|
|
3266
|
-
* @brief 商业DRM
|
|
3267
|
-
* @notice
|
|
3266
|
+
* @brief 商业DRM播放时,是否开启防录屏检测
|
|
3267
|
+
* @notice 如果开启后检测到当前环境不支持,则报错
|
|
3268
3268
|
* @default true
|
|
3269
3269
|
*/
|
|
3270
3270
|
unRecord?: boolean;
|
|
@@ -4222,11 +4222,6 @@ declare class VePlayer {
|
|
|
4222
4222
|
static isRTMSupportCodec: (codec: RTMCodec, options: {
|
|
4223
4223
|
targetProfileLevel?: string;
|
|
4224
4224
|
}) => Promise<boolean>;
|
|
4225
|
-
/**
|
|
4226
|
-
* @brief 当前浏览器环境是否支持商业drm防录屏
|
|
4227
|
-
* @return boolean 是否支持商业drm防录屏
|
|
4228
|
-
*/
|
|
4229
|
-
static isDrmSupportUnRecord(): Promise<boolean>;
|
|
4230
4225
|
private vodLogCommon;
|
|
4231
4226
|
/**
|
|
4232
4227
|
* @hidden
|