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

Unified Diff: media/cast/README

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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 | « chrome/renderer/media/cast_transport_sender_ipc.cc ('k') | media/cast/audio_sender/audio_encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/README
diff --git a/media/cast/README b/media/cast/README
deleted file mode 100644
index 0930c1e012d462d0fc794b7cdf48d29186364d75..0000000000000000000000000000000000000000
--- a/media/cast/README
+++ /dev/null
@@ -1,61 +0,0 @@
-This directory contains a RTP/RTCP library used for the Cast mirroring
-protocol. This library is specifically built for low latency purposes and
-enables Chrome to send real-time video and audio streams.
-
-CONTENTS
-
-cast/
- Build rules and top level source files and headers.
-
-cast/audio_receiver/
- Module for receiving and decodes audio RTP stream.
-
-cast/audio_sender/
- Module for encoding and sending audio RTP stream.
-
-cast/congestion_control/
- Bandwidth estimation and network congestion handling.
-
-cast/transport/pacing/
- Module for rate limiting data outflow.
-
-cast/rtcp/
- Module for handling RTCP messages.
-
-cast/rtp_common/
- Module for common code used for RTP messages.
-
-cast/rtp_receiver/
- Module for reciving RTP messages.
-
-cast/transport/rtp_sender/
- Module for sending RTP messages.
-
-cast/test/
- Module for test applications.
-
-cast/video_receiver/
- Module for receiving and decodes video RTP stream.
-
-cast/video_sender/
- Module for encoding and sending video RTP stream.
-
-DEPENDENCIES
-
-Content of this directory should only depend on:
-
-base/
- Provides base libraries and platform independent layer.
-
-net/
- Provides network capabilities.
-
-third_party/libvpx
- Provides video encoder.
-
-third_party/opus
- Provides audio encoder.
-
-OWNERS
-
-See OWNERS for ownership.
« no previous file with comments | « chrome/renderer/media/cast_transport_sender_ipc.cc ('k') | media/cast/audio_sender/audio_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698