@Deprecated public class LegacyAudioDeviceModule extends java.lang.Object implements AudioDeviceModule
| Constructor and Description |
|---|
LegacyAudioDeviceModule()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getNativeAudioDeviceModulePointer()
Deprecated.
Returns a C++ pointer to a webrtc::AudioDeviceModule.
|
void |
release()
Deprecated.
Release resources for this AudioDeviceModule, including native resources.
|
void |
setMicrophoneMute(boolean mute)
Deprecated.
Control muting/unmuting the microphone.
|
void |
setSpeakerMute(boolean mute)
Deprecated.
Control muting/unmuting the speaker.
|
public long getNativeAudioDeviceModulePointer()
AudioDeviceModulegetNativeAudioDeviceModulePointer in interface AudioDeviceModulepublic void release()
AudioDeviceModulerelease in interface AudioDeviceModulepublic void setSpeakerMute(boolean mute)
AudioDeviceModulesetSpeakerMute in interface AudioDeviceModulepublic void setMicrophoneMute(boolean mute)
AudioDeviceModulesetMicrophoneMute in interface AudioDeviceModule