{{+bindTo:partials.standard_nacl_article}}

| struct | PPB_AudioConfig |
The PPB_AudioConfig interface contains pointers to several functions for establishing your audio configuration within the browser. More... |
| #define | PPB_AUDIO_CONFIG_INTERFACE "PPB_AudioConfig;1.1" |
| #define | PPB_AUDIO_CONFIG_INTERFACE PPB_AUDIO_CONFIG_INTERFACE |
| typedef struct PPB_AudioConfig | PPB_AudioConfig |
| enum | { PP_AUDIOMINSAMPLEFRAMECOUNT = 64, PP_AUDIOMAXSAMPLEFRAMECOUNT = 32768 } |
| enum | PP_AudioSampleRate { PP_AUDIOSAMPLERATE_NONE = 0, PP_AUDIOSAMPLERATE_44100 = 44100, PP_AUDIOSAMPLERATE_48000 = 48000 } |
| PP_AudioSampleRate |
This file defines the PPB_AudioConfig interface for establishing an audio configuration resource within the browser.
| #define PPB_AUDIO_CONFIG_INTERFACE "PPB_AudioConfig;1.1" |