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

Side by Side Diff: media/cast/README

Issue 250363002: [Cast] Clean-up RtpCastHeader and RtpParser, removing the last WebRTC dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This directory contains a RTP/RTCP library used for the Cast mirroring 1 This directory contains a RTP/RTCP library used for the Cast mirroring
2 protocol. This library is specifically built for low latency purposes and 2 protocol. This library is specifically built for low latency purposes and
3 enables Chrome to send real-time video and audio streams. 3 enables Chrome to send real-time video and audio streams.
4 4
5 CONTENTS 5 CONTENTS
6 6
7 cast/ 7 cast/
8 Build rules and top level source files and headers. 8 Build rules and top level source files and headers.
9 9
10 cast/audio_receiver/ 10 cast/audio_receiver/
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 net/ 50 net/
51 Provides network capabilities. 51 Provides network capabilities.
52 52
53 third_party/libvpx 53 third_party/libvpx
54 Provides video encoder. 54 Provides video encoder.
55 55
56 third_party/opus 56 third_party/opus
57 Provides audio encoder. 57 Provides audio encoder.
58 58
59 third_party/webrtc
60 Provides audio signal processing.
61
62 OWNERS 59 OWNERS
63 60
64 See OWNERS for ownership. 61 See OWNERS for ownership.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698