webrtc/examples
Magnus Jedvert 003211c5da Android: Rename AudioDeviceModule to JavaAudioDeviceModule
The class called AudioDeviceModule today is an implementation of a
future interface. We want to reserve the name AudioDeviceModule for
the actual interface. The implementation class has been renamed to
JavaAudioDeviceModule. 'Java' here refers to the fact that the
implementation is using android.media.AudioRecord as input and
android.media.AudioTrack as output, and this is opposed to native
AudioDeviceModule implementations such as OpenSLES and AAudio.

Bug: webrtc:7452
Change-Id: Ifc243c2e169b12a50128ee3252f06d574aa7b358
Reviewed-on: https://webrtc-review.googlesource.com/65400
Reviewed-by: Paulina Hensman <phensman@webrtc.org>
Commit-Queue: Magnus Jedvert <magjed@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22673}
2018-03-29 10:55:37 +00:00
..
aarproject Add jsr305 as a dependency to AAR. 2018-03-29 09:56:07 +00:00
androidapp Android: Rename AudioDeviceModule to JavaAudioDeviceModule 2018-03-29 10:55:37 +00:00
androidjunit Increasing "SERVER_WAIT" for TCPChannelClient tests. 2018-01-29 19:39:49 +00:00
androidnativeapi Split out peerconnection, swcodec and hwcodec targets from Android SDK. 2018-03-28 10:46:26 +00:00
androidtests Add setting to switch between new and legacy AudioDeviceModule in AppRTC 2018-03-26 14:57:00 +00:00
objc Fixing -Wstrict-prototypes warnings. 2018-03-19 16:57:21 +00:00
objcnativeapi Add an example app for iOS native API. 2018-03-19 09:31:06 +00:00
peerconnection Final name changing of MediaStreamInterface.label() to id(). 2018-03-14 20:30:52 +00:00
relayserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stunprober Normalize main(..) routines for WinUWP 2017-12-12 14:32:56 +00:00
stunserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
turnserver Normalize main(..) routines for WinUWP 2017-12-12 14:32:56 +00:00
unityplugin Annotate rest of WebRTC with @Nullable. 2018-03-28 08:30:06 +00:00
BUILD.gn Split out peerconnection, swcodec and hwcodec targets from Android SDK. 2018-03-28 10:46:26 +00:00
DEPS Add an example app for iOS native API. 2018-03-19 09:31:06 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00