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

Unified Diff: talk/session/media/channel.h

Issue 1613433002: Remove SendStreamFormat and ViewRequests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 11 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 | « talk/media/webrtc/webrtcvideoengine2_unittest.cc ('k') | talk/session/media/channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/session/media/channel.h
diff --git a/talk/session/media/channel.h b/talk/session/media/channel.h
index e250be5d12991a63e7650927b5c9c81c2d7aff15..de66e9cd857d9d4a158460f114456f0a8b586e99 100644
--- a/talk/session/media/channel.h
+++ b/talk/session/media/channel.h
@@ -61,7 +61,6 @@ namespace cricket {
struct CryptoParams;
class MediaContentDescription;
-struct ViewRequest;
enum SinkType {
SINK_PRE_CRYPTO, // Sink packets before encryption or after decryption.
@@ -456,7 +455,6 @@ class VideoChannel : public BaseChannel {
}
bool SetRenderer(uint32_t ssrc, VideoRenderer* renderer);
- bool ApplyViewRequest(const ViewRequest& request);
// TODO(pthatcher): Refactor to use a "capture id" instead of an
// ssrc here as the "key".
@@ -492,7 +490,6 @@ class VideoChannel : public BaseChannel {
virtual bool SetRemoteContent_w(const MediaContentDescription* content,
ContentAction action,
std::string* error_desc);
- bool ApplyViewRequest_w(const ViewRequest& request);
bool AddScreencast_w(uint32_t ssrc, VideoCapturer* capturer);
bool RemoveScreencast_w(uint32_t ssrc);
« no previous file with comments | « talk/media/webrtc/webrtcvideoengine2_unittest.cc ('k') | talk/session/media/channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698