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

Unified Diff: trunk/src/media/audio/android/audio_record_input.h

Issue 335343004: Revert 277794 "Modifies AudioInputCallback::OnData and use media..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/media/audio/android/audio_record_input.h
===================================================================
--- trunk/src/media/audio/android/audio_record_input.h (revision 277811)
+++ trunk/src/media/audio/android/audio_record_input.h (working copy)
@@ -12,7 +12,6 @@
namespace media {
-class AudioBus;
class AudioManagerAndroid;
// Implements PCM audio input support for Android using the Java AudioRecord
@@ -65,9 +64,6 @@
// Owned by j_audio_record_.
uint8* direct_buffer_address_;
- scoped_ptr<media::AudioBus> audio_bus_;
- int bytes_per_sample_;
-
DISALLOW_COPY_AND_ASSIGN(AudioRecordInputStream);
};
« no previous file with comments | « trunk/src/media/audio/android/audio_android_unittest.cc ('k') | trunk/src/media/audio/android/audio_record_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698