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

Unified Diff: media/remoting/remote_demuxer_stream_adapter.h

Issue 2568003003: Handle EnableBitstreamConverter RPC message (Closed)
Patch Set: Created 4 years 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 | media/remoting/remote_demuxer_stream_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/remote_demuxer_stream_adapter.h
diff --git a/media/remoting/remote_demuxer_stream_adapter.h b/media/remoting/remote_demuxer_stream_adapter.h
index d610cacf50cb75fd9f714f606cdd1cdefce47ba1..76ad475b17f7c7e8adea787910604331de5b97c7 100644
--- a/media/remoting/remote_demuxer_stream_adapter.h
+++ b/media/remoting/remote_demuxer_stream_adapter.h
@@ -74,6 +74,7 @@ class RemoteDemuxerStreamAdapter {
// RPC message tasks.
void Initialize(int remote_callback_handle);
+ void EnableBitstreamConverter();
void ReadUntil(std::unique_ptr<remoting::pb::RpcMessage> message);
void RequestBuffer(int callback_handle);
void SendReadAck(int callback_handle);
« no previous file with comments | « no previous file | media/remoting/remote_demuxer_stream_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698