Home | History | Annotate | Download | only in win

Lines Matching refs:muted

898     bool muted(0);
900 if (_mixerManager.SpeakerMute(muted) == -1)
905 enabled = muted;
958 bool muted(0);
960 if (_mixerManager.MicrophoneMute(muted) == -1)
965 enabled = muted;