commit | 12912255424a293397270c7b50fb56e82ecad4ea | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Wed Jul 18 20:06:42 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 19 12:39:02 2018 |
tree | bcdac038f079a5c59ee9f7e7ea8d37b7369e41ef | |
parent | e714ed6427906347f1e90a492cf7339a9023b865 [diff] |
Expose audio codec factories in libwebrtc. This explicitly exposes the following functions, without relying on (wrong) transitive dependency. * CreateBuiltinAudioDecoderFactory() * CreateBuiltinAudioEncoderFactory() Manual check: % gn gen out/test && ninja -C out/test webrtc % nm -C out/test/obj/libwebrtc.a | grep CreateBuiltinAudio 0000000000000000 T webrtc::CreateBuiltinAudioDecoderFactory() 0000000000000000 T webrtc::CreateBuiltinAudioEncoderFactory() Bug: webrtc:9528 Change-Id: I0d2b0a8294dc90b553a7dff9045ea6e4f0d0d416 Reviewed-on: https://webrtc-review.googlesource.com/89062 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24042}
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.