Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.WebAudio.AudioParam

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

Protocol object for AudioParam

Properties

paramId: GraphObjectId
nodeId: GraphObjectId
contextId: GraphObjectId
paramType: ParamType
rate: AutomationRate
defaultValue: number
minValue: number
maxValue: number