|
Pepper_42_C_interfaces
|
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_resource.h"#include "ppapi/c/pp_stdint.h"
Go to the source code of this file.
Classes | |
| struct | PPB_AudioConfig_1_1 |
| struct | PPB_AudioConfig_1_0 |
Macros | |
| #define | PPB_AUDIO_CONFIG_INTERFACE_1_0 "PPB_AudioConfig;1.0" |
| #define | PPB_AUDIO_CONFIG_INTERFACE_1_1 "PPB_AudioConfig;1.1" |
| #define | PPB_AUDIO_CONFIG_INTERFACE PPB_AUDIO_CONFIG_INTERFACE_1_1 |
Typedefs | |
| typedef struct PPB_AudioConfig_1_1 | 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 } |
Functions | |
| PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_AudioSampleRate, 4) | |
This file defines the PPB_AudioConfig interface for establishing an audio configuration resource within the browser.
Definition in file ppb_audio_config.h.
| #define PPB_AUDIO_CONFIG_INTERFACE PPB_AUDIO_CONFIG_INTERFACE_1_1 |
Definition at line 19 of file ppb_audio_config.h.
| #define PPB_AUDIO_CONFIG_INTERFACE_1_0 "PPB_AudioConfig;1.0" |
Definition at line 17 of file ppb_audio_config.h.
| #define PPB_AUDIO_CONFIG_INTERFACE_1_1 "PPB_AudioConfig;1.1" |
Definition at line 18 of file ppb_audio_config.h.
1.8.6