| OLD | NEW |
| 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 Loading... |
| 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. |
| OLD | NEW |