@nodert-win10/windows.media.capture
Version:
Use the Windows.Media.Capture UWP API directly from Node.js
83 lines (82 loc) • 2.39 kB
JSON
{
"name": "@nodert-win10/windows.media.capture",
"version": "0.2.96",
"description": "Use the Windows.Media.Capture UWP API directly from Node.js",
"main": "lib/main.js",
"scripts" : {
"install" : "node-gyp rebuild --msvs_version=2015"
},
"os": [
"win32"
],
"keywords": [
"Windows.Media.Capture",
"Windows",
"Media",
"Capture",
"CameraCaptureUIPhotoCaptureSettings",
"CameraCaptureUIVideoCaptureSettings",
"CameraCaptureUI",
"AppCapture",
"MediaCaptureFailedEventArgs",
"MediaCapture",
"MediaCaptureVideoProfileMediaDescription",
"MediaCaptureVideoProfile",
"MediaCaptureInitializationSettings",
"MediaCaptureSettings",
"LowLagMediaRecording",
"LowLagPhotoCapture",
"LowLagPhotoSequenceCapture",
"MediaCaptureFocusChangedEventArgs",
"PhotoConfirmationCapturedEventArgs",
"AdvancedPhotoCapture",
"CapturedPhoto",
"AdvancedCapturedPhoto",
"OptionalReferencePhotoCapturedEventArgs",
"CapturedFrame",
"PhotoCapturedEventArgs",
"CapturedFrameControlValues",
"VideoStreamConfiguration",
"AppCaptureSettings",
"AppCaptureAlternateShortcutKeys",
"AppCaptureManager",
"CameraOptionsUI",
"ScreenCapture",
"SourceSuspensionChangedEventArgs",
"CameraCaptureUIMode",
"CameraCaptureUIPhotoFormat",
"CameraCaptureUIVideoFormat",
"CameraCaptureUIMaxVideoResolution",
"CameraCaptureUIMaxPhotoResolution",
"MediaCategory",
"MediaStreamType",
"StreamingCaptureMode",
"VideoRotation",
"PhotoCaptureSource",
"VideoDeviceCharacteristic",
"PowerlineFrequency",
"MediaCaptureThermalStatus",
"KnownVideoProfile",
"AppCaptureVideoEncodingBitrateMode",
"AppCaptureVideoEncodingResolutionMode",
"AppCaptureHistoricalBufferLengthUnit",
"WhiteBalanceGain",
"AppCaptureContract",
"CameraCaptureUIContract",
"NodeRT",
"WinRT",
"Microsoft"
],
"dependencies" : {
"nan" : "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/NodeRT/NodeRT.git"
},
"homepage": "https://github.com/NodeRT/NodeRT",
"author": "Generated by NodeRT",
"contributors": ["nadavbar <nadavbar@gmail.com> (http://www.nadavos.com)"],
"gypfile": true,
"license": "Apache-2.0"
}