mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
515 B
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');