| Index: ppapi/shared_impl/ppb_audio_config_shared.h
|
| ===================================================================
|
| --- ppapi/shared_impl/ppb_audio_config_shared.h (revision 120806)
|
| +++ ppapi/shared_impl/ppb_audio_config_shared.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -24,6 +24,12 @@
|
| static PP_Resource CreateAsProxy(PP_Instance instance,
|
| PP_AudioSampleRate sample_rate,
|
| uint32_t sample_frame_count);
|
| + static uint32_t RecommendSampleFrameCount_1_0(PP_AudioSampleRate sample_rate,
|
| + uint32_t request_sample_frame_count);
|
| + static uint32_t RecommendSampleFrameCount_1_1(PP_Instance instance,
|
| + PP_AudioSampleRate sample_rate,
|
| + uint32_t request_sample_frame_count);
|
| + static PP_AudioSampleRate RecommendSampleRate(PP_Instance);
|
|
|
| // Resource overrides.
|
| virtual thunk::PPB_AudioConfig_API* AsPPB_AudioConfig_API() OVERRIDE;
|
|
|