Home | History | Annotate | Download | only in mac

Lines Matching refs:muted

769     bool muted(0);
771 if (_mixerManager.SpeakerMute(muted) == -1)
776 enabled = muted;
821 bool muted(0);
823 if (_mixerManager.MicrophoneMute(muted) == -1)
828 enabled = muted;