@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()
AudioDeviceModule
getNativeAudioDeviceModulePointer
in interface AudioDeviceModule
public void release()
AudioDeviceModule
release
in interface AudioDeviceModule
public void setSpeakerMute(boolean mute)
AudioDeviceModule
setSpeakerMute
in interface AudioDeviceModule
public void setMicrophoneMute(boolean mute)
AudioDeviceModule
setMicrophoneMute
in interface AudioDeviceModule
6.0.0