commit | 0fa0a97cf3ff656a70e5b2955eeab5ef38982a04 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Tue Apr 19 05:03:45 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Apr 19 12:03:51 2016 +0000 |
tree | 3083a5a7c8ec40f945057ae052638ec34eb86fbf | |
parent | f3669661bd4f68bad086bcc2cdb0c84ff2613b42 [diff] |
NetEq: Simplify DecoderDatabase::DecoderInfo By eliminating one of the two constructors, handling decoder ownership with a unique_ptr instead of a raw pointer, and making all member variables const (except one, which is made private instead). BUG=webrtc:5801 Review URL: https://codereview.webrtc.org/1899733002 Cr-Commit-Position: refs/heads/master@{#12425}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.