Home | History | Annotate | Download | only in win

Lines Matching refs:maxVol

517     uint32_t maxVol = 0;
518 if (_mixerManager.MaxMicrophoneVolume(maxVol) == -1)
523 _maxMicVolume = maxVol;
754 uint32_t maxVol(0);
756 if (_mixerManager.MaxSpeakerVolume(maxVol) == -1)
761 maxVolume = maxVol;