mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Reformat code
This commit is contained in:
parent
c07b56816d
commit
c1c521b260
2 changed files with 4 additions and 13 deletions
|
@ -230,7 +230,6 @@ void WASAPIPlayer::worker()
|
|||
hr = device->Activate(__uuidof(IAudioSessionManager), CLSCTX_INPROC_SERVER, NULL, (void**)&sessionManager);
|
||||
CHECK_HR(hr);
|
||||
|
||||
|
||||
|
||||
// Get the control interface for the process-specific audio
|
||||
// session with session GUID = GUID_NULL. This is the session
|
||||
|
@ -348,7 +347,7 @@ void WASAPIPlayer::worker()
|
|||
volCorrection_ = audioEventListener_->getVolume();
|
||||
// muteOverride = audioEventListener_->getMuted(); // use this for also applying audio mixer mute state
|
||||
}
|
||||
|
||||
|
||||
// get audio device volume from IAudioEndpointVolume
|
||||
// float deviceVolume = audioEndpointVolumeCallback.getVolume(); // system volume (for this audio device)
|
||||
// bool deviceMuted = audioEndpointVolumeCallback.getMuted(); // system mute (for this audio device)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue