{{+bindTo:partials.standard_nacl_article}}

ppb_audio_config.h File Reference

{{- dummy div to appease doxygen -}}
Include dependency graph for ppb_audio_config.h:

Data Structures

struct  PPB_AudioConfig
 The PPB_AudioConfig interface contains pointers to several functions for establishing your audio configuration within the browser. More...

Defines

#define PPB_AUDIO_CONFIG_INTERFACE   "PPB_AudioConfig;1.1"
#define PPB_AUDIO_CONFIG_INTERFACE   PPB_AUDIO_CONFIG_INTERFACE

Typedefs

typedef struct PPB_AudioConfig PPB_AudioConfig

Enumerations

enum  { PP_AUDIOMINSAMPLEFRAMECOUNT = 64, PP_AUDIOMAXSAMPLEFRAMECOUNT = 32768 }
enum  PP_AudioSampleRate { PP_AUDIOSAMPLERATE_NONE = 0, PP_AUDIOSAMPLERATE_44100 = 44100, PP_AUDIOSAMPLERATE_48000 = 48000 }

Variables

 PP_AudioSampleRate

Detailed Description

This file defines the PPB_AudioConfig interface for establishing an audio configuration resource within the browser.


Define Documentation

#define PPB_AUDIO_CONFIG_INTERFACE   "PPB_AudioConfig;1.1"
{{/partials.standard_nacl_article}}