Cleaning AudioConferenceMixer APIs to match Chromium style guide. Main changes: 1. change all mutable references to pointers 2. add const to all non-mutable references 3. add const to as many methods as possible BUG= R=andrew@webrtc.org Review URL: https://codereview.webrtc.org/1311733003 . Cr-Commit-Position: refs/heads/master@{#9821}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.