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

Unified Diff: remoting/client/audio_player.h

Issue 10795066: Support for both 44.1 kHz and 48 kHz on the client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small cleanup Created 8 years, 5 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
« no previous file with comments | « no previous file | remoting/client/chromoting_client.cc » ('j') | remoting/client/plugin/pepper_audio_player.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/audio_player.h
diff --git a/remoting/client/audio_player.h b/remoting/client/audio_player.h
index eed878667fe956a84415562952d3dee7751c280b..0397d093c51a52870e27be1ab541b3306b22db29 100644
--- a/remoting/client/audio_player.h
+++ b/remoting/client/audio_player.h
@@ -19,13 +19,8 @@ class AudioPlayer {
public:
virtual ~AudioPlayer() {}
- // Returns true if successful, false otherwise.
- virtual bool Start() = 0;
-
virtual void ProcessAudioPacket(scoped_ptr<AudioPacket> packet) = 0;
- virtual bool IsRunning() const = 0;
-
protected:
AudioPlayer() {}
« no previous file with comments | « no previous file | remoting/client/chromoting_client.cc » ('j') | remoting/client/plugin/pepper_audio_player.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698