Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Side by Side Diff: trunk/src/media/audio/audio_buffers_state.h

Issue 487543002: Revert 290359 "Remove AudioBuffersState class." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MEDIA_AUDIO_AUDIO_BUFFERS_STATE_H_ 5 #ifndef MEDIA_AUDIO_AUDIO_BUFFERS_STATE_H_
6 #define MEDIA_AUDIO_AUDIO_BUFFERS_STATE_H_ 6 #define MEDIA_AUDIO_AUDIO_BUFFERS_STATE_H_
7 7
8 #include "media/base/media_export.h" 8 #include "media/base/media_export.h"
9 9
10 namespace media { 10 namespace media {
(...skipping 12 matching lines...) Expand all
23 int pending_bytes; 23 int pending_bytes;
24 24
25 // Number of bytes that have been written to the device, but haven't 25 // Number of bytes that have been written to the device, but haven't
26 // been played yet. 26 // been played yet.
27 int hardware_delay_bytes; 27 int hardware_delay_bytes;
28 }; 28 };
29 29
30 } // namespace media 30 } // namespace media
31 31
32 #endif // MEDIA_AUDIO_AUDIO_BUFFERS_STATE_H_ 32 #endif // MEDIA_AUDIO_AUDIO_BUFFERS_STATE_H_
OLDNEW
« no previous file with comments | « trunk/src/media/audio/android/opensles_output.cc ('k') | trunk/src/media/audio/audio_buffers_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698