Implement AudioReceiveStream::GetStats().

R=tommi@webrtc.org
TBR=hta@webrtc.org
BUG=webrtc:4690

Review URL: https://codereview.webrtc.org/1390753002 .

Cr-Commit-Position: refs/heads/master@{#10338}
23 files changed
tree: 544ce66488082692e73e3e16de2dcabdbe9efdc1
  1. all.ninja.xcworkspace/
  2. build_overrides/
  3. chromium/
  4. data/
  5. infra/
  6. resources/
  7. talk/
  8. third_party/
  9. tools/
  10. webrtc/
  11. .clang-format
  12. .gitignore
  13. .gn
  14. all.gyp
  15. AUTHORS
  16. BUILD.gn
  17. check_root_dir.py
  18. codereview.settings
  19. COPYING
  20. DEPS
  21. LICENSE
  22. license_template.txt
  23. LICENSE_THIRD_PARTY
  24. OWNERS
  25. PATENTS
  26. PRESUBMIT.py
  27. pylintrc
  28. README.md
  29. setup_links.py
  30. sync_chromium.py
  31. WATCHLISTS
README.md

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info