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. |
@@ -25,6 +25,12 @@ |
PP_AudioSampleRate sample_rate, |
uint32_t sample_frame_count); |
+ static uint32_t |
brettw
2012/02/10 19:01:33
Wrap args to 4 spaces, put the function name on th
nfullagar
2012/02/14 00:42:37
Done.
|
+ RecommendSampleFrameCount(PP_AudioSampleRate sample_rate, |
+ uint32_t request_sample_frame_count, |
+ PP_AudioSampleRate hardware_sample_rate, |
+ uint32_t hardware_sample_frame_count); |
+ |
// Resource overrides. |
virtual thunk::PPB_AudioConfig_API* AsPPB_AudioConfig_API() OVERRIDE; |