摘要:
Mute MIC(INPUT)Java层android.media.AudioManagervoid setMicrophoneMute(boolean on)Sets the microphone mute on or off.C++层AudioSystem.h // mute/unmute microphone static status_t muteMicrophone(bool state);Mute Stream(OUTPUT)Java层android.media.AudioManagerpublic void setStreamMute(int streamType,... 阅读全文
浙公网安备 33010602011771号