Home | History | Annotate | Download | only in linux

Lines Matching refs:muted

604     bool muted(0);
605 if (_mixerManager.SpeakerMute(muted) == -1)
610 enabled = muted;
656 bool muted(0);
657 if (_mixerManager.MicrophoneMute(muted) == -1)
662 enabled = muted;
2670 // Start muted only supported on 0.9.11 and up