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

Unified Diff: remoting/protocol/host_stub.h

Issue 11192042: Protocol plumbing for audio toggle. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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 | « remoting/protocol/host_control_dispatcher.cc ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/host_stub.h
diff --git a/remoting/protocol/host_stub.h b/remoting/protocol/host_stub.h
index e712146a11474390c8146ee7b11a529c73229964..83f8c144e3f18b4c46962fd97394643e3ea7227e 100644
--- a/remoting/protocol/host_stub.h
+++ b/remoting/protocol/host_stub.h
@@ -16,6 +16,7 @@ namespace protocol {
class ClientDimensions;
class VideoControl;
+class AudioControl;
class HostStub {
public:
@@ -30,6 +31,10 @@ class HostStub {
// video channel is supported.
virtual void ControlVideo(const VideoControl& video_control) = 0;
+ // Configures audio properties. Currently only pausing & resuming the audio
+ // channel is supported.
+ virtual void ControlAudio(const AudioControl& audio_control) = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(HostStub);
};
« no previous file with comments | « remoting/protocol/host_control_dispatcher.cc ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698