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

Unified Diff: content/public/common/media_stream_request.h

Issue 15906019: Hook up EncodedVideoSource on the browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cl_6
Patch Set: 516738a8 IPC/struct changes, courtesy hshi@ Created 7 years, 6 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: content/public/common/media_stream_request.h
diff --git a/content/public/common/media_stream_request.h b/content/public/common/media_stream_request.h
index 50545eb3850002b18aa577ca4017542ea596e206..0556a94f52d258f54a87505da12fa16cad09a2ba 100644
--- a/content/public/common/media_stream_request.h
+++ b/content/public/common/media_stream_request.h
@@ -32,6 +32,9 @@ enum MediaStreamType {
// Capture content of the screen.
MEDIA_SCREEN_VIDEO_CAPTURE,
+ // Capture content of the screen, as an encoded video.
+ MEDIA_SCREEN_ENCODED_VIDEO_CAPTURE,
+
NUM_MEDIA_TYPES
};

Powered by Google App Engine
This is Rietveld 408576698