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

Unified Diff: remoting/client/chromoting_client.h

Issue 10843031: Piping for audio decoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: remoting/client/chromoting_client.h
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
index 377badbf47ff47e7a843d9356c26c8b5439f53fa..4cfe62c6f0dd47afae6dc104a88d34d16a78e54e 100644
--- a/remoting/client/chromoting_client.h
+++ b/remoting/client/chromoting_client.h
@@ -33,6 +33,7 @@ namespace protocol {
class TransportFactory;
} // namespace protocol
+class AudioDecoder;
class AudioPlayer;
class ClientUserInterface;
class RectangleUpdateDecoder;
@@ -115,6 +116,8 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
RectangleUpdateDecoder* rectangle_decoder_;
AudioPlayer* audio_player_;
+ scoped_ptr<AudioDecoder> audio_decoder_;
+
// If non-NULL, this is called when the client is done.
base::Closure client_done_;

Powered by Google App Engine
This is Rietveld 408576698