diff options
Diffstat (limited to 'remoting/protocol/connection_to_host.h')
-rw-r--r-- | remoting/protocol/connection_to_host.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h index 29bbb54..65a4738 100644 --- a/remoting/protocol/connection_to_host.h +++ b/remoting/protocol/connection_to_host.h @@ -124,9 +124,14 @@ class ConnectionToHost : public SignalStrategy::StatusObserver, // Callback for |session_|. void OnSessionStateChange(Session::State state); + // Callback for VideoReader::Init(). + void OnVideoChannelInitialized(bool successful); + // Callback for |video_reader_|. void OnVideoPacket(VideoPacket* packet); + void CloseOnError(); + // Stops writing in the channels. void CloseChannels(); |