+
+ {(ver) => (
+
+
Operating System
+
+ {ver().displayName}
+
+
+ )}
+
+
+
+ {(gpu) => (
+
+
Graphics
+
+ {gpu().description} ({gpu().vendor},{" "}
+ {gpu().dedicatedVideoMemoryMb} MB VRAM)
+
+
+ )}
+
+
+
+
Capture Support
+
+
+ Graphics Capture:{" "}
+ {diag().graphicsCaptureSupported
+ ? "Supported"
+ : "Not Supported"}
+
+
+ D3D11 Video:{" "}
+ {diag().d3D11VideoProcessorAvailable
+ ? "Available"
+ : "Unavailable"}
+
+
+
+
+
0}>
+
+
Available Encoders
+
+
+ {(encoder) => (
+
+ {encoder}
+
+ )}
+
+
+
+
+
+ )}
+