14 lines
529 B
Markdown
14 lines
529 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [ChannelInterpretation](./puppeteer.protocol.webaudio.channelinterpretation.md)
|
|
|
|
## Protocol.WebAudio.ChannelInterpretation type
|
|
|
|
Enum of AudioNode::ChannelInterpretation from the spec
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type ChannelInterpretation = ('discrete' | 'speakers');
|
|
```
|