Package | Description |
---|---|
org.webrtc | |
org.webrtc.audio |
Modifier and Type | Method and Description |
---|---|
PeerConnectionFactory.Builder |
PeerConnectionFactory.Builder.setAudioDeviceModule(AudioDeviceModule audioDeviceModule) |
Modifier and Type | Class and Description |
---|---|
class |
JavaAudioDeviceModule
AudioDeviceModule implemented using android.media.AudioRecord as input and
android.media.AudioTrack as output.
|
class |
LegacyAudioDeviceModule
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AudioDeviceModule |
JavaAudioDeviceModule.Builder.createAudioDeviceModule()
Construct an AudioDeviceModule based on the supplied arguments.
|