Index: remoting/host/audio_capturer.h |
diff --git a/remoting/host/audio_capturer.h b/remoting/host/audio_capturer.h |
index d0ab26a2db3821891b262587cf7450cbe415d9f1..97ea46b151441c398e0ce964a889dbbdfe29158e 100644 |
--- a/remoting/host/audio_capturer.h |
+++ b/remoting/host/audio_capturer.h |
@@ -28,11 +28,6 @@ class AudioCapturer { |
// PCM stereo format. Capturers may choose the number of frames per packet. |
// Returns true on success. |
virtual bool Start(const PacketCapturedCallback& callback) = 0; |
- // Stops the audio capturer, and frees the OS-specific audio capture |
- // resources. |
- virtual void Stop() = 0; |
- // Returns true if the audio capturer is running. |
- virtual bool IsStarted() = 0; |
static bool IsValidSampleRate(int sample_rate); |
}; |