commit | 3b903d057a172949b3396e494da726d6bb27c400 | [log] [tgz] |
---|---|---|
author | Fredrik Solenberg <solenberg@webrtc.org> | Wed Jan 10 14:17:10 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 10 17:00:34 2018 |
tree | 1a12d8a88cb627b56f709549d7bacc4399e3748b | |
parent | a0f5f60c93edcf4105c38f1648f4ba1546a7db0c [diff] |
Reconfigure, not reconstruct, AudioReceiveStreams. In preparation of moving ownership of voe::Channel to the audio stream classes, semantics for changing configuration properties on the receive streams need to change, otherwise RTP, audio decoding and NetEq state will be discarded when streams are recreated. The same pattern as for AudioSendStream is applied, and the reconfigurable information is kept to a minimum. AudioReceiveStream:s may still be recreated when an unsignaled stream is 'promoted' to signaled state, and the sync label changes at the same time. Bug: webrtc:4690 Change-Id: Ibad282965310c3c8174a91e05a659fa3e1827607 Reviewed-on: https://webrtc-review.googlesource.com/38300 Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21560}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.