Socket
Socket
Sign inDemoInstall

cube-dynamsoft-camera-enhancer

Package Overview
Dependencies
1
Maintainers
4
Versions
440
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.20220830100754.0 to 0.20220831111202.0

dist/types/enum/enumPixelFormat.d.ts

12

dist/types/class/cameraenhancer.d.ts

@@ -10,2 +10,3 @@ import { PlayCallbackInfo } from '../interface/playcallbackinfo';

import { Warning } from '../interface/warning';
import { EnumPixelFormat } from '../enum/enumPixelFormat';
export default class CameraEnhancer implements ImageSource {

@@ -153,2 +154,4 @@ private static _jsVersion;

get frameColorMode(): string;
private mapPixelFormatString_Enum;
private mapPixelFormatEnum_String;
private currentFSColorMode;

@@ -896,4 +899,5 @@ ifReuseArrayBufferView: boolean;

private _drawImage;
private _getImage;
private _getVideoFrame;
private _readCvsData;
private _transformPixelFormat;
_getVideoData(region?: Region, pixelFormat?: EnumPixelFormat, bufferContainer?: Uint8Array): DCEFrame;
/**

@@ -918,7 +922,7 @@ *

}, bufferContainer?: Uint8Array, options?: {
targetColorMode?: string;
pixelFormat?: EnumPixelFormat;
bUseWebGL?: boolean;
}): {
data: Uint8Array;
colorMode: string;
pixelFormat: EnumPixelFormat;
_bUseWebGL: boolean;

@@ -925,0 +929,0 @@ };

{
"name": "cube-dynamsoft-camera-enhancer",
"version": "0.20220830100754.0",
"version": "0.20220831111202.0",
"description": "Allow your website to easily control cameras on desktop and mobile devices.",

@@ -5,0 +5,0 @@ "private": false,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc