puppeteer/new-docs/puppeteer.protocol.webaudio.channelcountmode.md
2020-07-13 14:01:35 +01:00

515 B

Home > puppeteer > Protocol > WebAudio > ChannelCountMode

Protocol.WebAudio.ChannelCountMode type

Enum of AudioNode::ChannelCountMode from the spec

Signature:

export type ChannelCountMode = ('clamped-max' | 'explicit' | 'max');