mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.6 KiB
1.6 KiB
Home > puppeteer > Protocol > WebAudio > BaseAudioContext
Protocol.WebAudio.BaseAudioContext interface
Protocol object for BaseAudioContext
Signature:
export interface BaseAudioContext
Properties
| Property | Type | Description |
|---|---|---|
| callbackBufferSize | number | Platform-dependent callback buffer size. |
| contextId | GraphObjectId | |
| contextState | ContextState | |
| contextType | ContextType | |
| maxOutputChannelCount | number | Number of output channels supported by audio hardware in use. |
| realtimeData | ContextRealtimeData | |
| sampleRate | number | Context sample rate. |