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); |
}; |