public interface AudioDeviceModule
Note: This class is still under development and may change without notice.
限定符和类型 | 方法和说明 |
---|---|
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)