fix: support DirectShow virtual webcams

This commit is contained in:
EtienneLescot
2026-05-05 18:33:48 +02:00
parent fdcd882058
commit 84484d6167
11 changed files with 875 additions and 19 deletions
+1
View File
@@ -27,6 +27,7 @@ export type NativeWindowsRecordingRequest = {
enabled: boolean;
deviceId?: string;
deviceName?: string;
directShowClsid?: string;
width: number;
height: number;
fps: number;