mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
529 B
529 B
Home > puppeteer > Protocol > WebAudio > ChannelInterpretation
Protocol.WebAudio.ChannelInterpretation type
Enum of AudioNode::ChannelInterpretation from the spec
Signature:
export type ChannelInterpretation = ('discrete' | 'speakers');