@Deprecated public class LegacyAudioDeviceModule extends java.lang.Object implements AudioDeviceModule
构造器和说明 |
---|
LegacyAudioDeviceModule()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
public long getNativeAudioDeviceModulePointer()
AudioDeviceModule
public void release()
AudioDeviceModule
release
在接口中 AudioDeviceModule
public void setSpeakerMute(boolean mute)
AudioDeviceModule
setSpeakerMute
在接口中 AudioDeviceModule
public void setMicrophoneMute(boolean mute)
AudioDeviceModule
setMicrophoneMute
在接口中 AudioDeviceModule