Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.SystemInfo.GPUInfo

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.SystemInfo.GPUInfo
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { GPUInfo } = Protocol.SystemInfo;

Provides information about the GPU(s) on the system.

Properties

devices: GPUDevice[]

The graphics devices on the system. Element 0 is the primary GPU.

optional
auxAttributes: any

An optional dictionary of additional GPU related attributes.

optional
featureStatus: any

An optional dictionary of graphics features and their status.

driverBugWorkarounds: string[]

An optional array of GPU driver bug workarounds.

videoDecoding: VideoDecodeAcceleratorCapability[]

Supported accelerated video decoding capabilities.

videoEncoding: VideoEncodeAcceleratorCapability[]

Supported accelerated video encoding capabilities.

imageDecoding: ImageDecodeAcceleratorCapability[]

Supported accelerated image decoding capabilities.