public interface AudioDeviceModule
Note: This class is still under development and may change without notice.
Modifier and Type | Method and Description |
---|---|
long |
getNativeAudioDeviceModulePointer()
Returns a C++ pointer to a webrtc::AudioDeviceModule.
|
void |
release()
Release resources for this AudioDeviceModule, including native resources.
|
void |
setMicrophoneMute(boolean mute)
Control muting/unmuting the microphone.
|
void |
setSpeakerMute(boolean mute)
Control muting/unmuting the speaker.
|
long getNativeAudioDeviceModulePointer()
void release()
void setSpeakerMute(boolean mute)
void setMicrophoneMute(boolean mute)
6.0.0