mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
6f8d85e864
commit
11e9b37326
@@ -23,5 +23,4 @@ namespace BlackCore
|
||||
return nullptr; // audio not mandatory
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace
|
||||
|
||||
@@ -78,7 +78,7 @@ namespace BlackCore
|
||||
//! \copydoc IContextAudio::setCurrentAudioDevice()
|
||||
virtual void setCurrentAudioDevice(const BlackMisc::Audio::CAudioDevice &audioDevice) override;
|
||||
|
||||
//! \copydoc IContextAudio::setVolumes()
|
||||
//! \copydoc IContextAudio::setVolumes
|
||||
virtual void setVolumes(const BlackMisc::Aviation::CComSystem &com1, const BlackMisc::Aviation::CComSystem &com2) override;
|
||||
|
||||
//! \copydoc IContextAudio::isMuted()
|
||||
|
||||
@@ -71,10 +71,10 @@ namespace BlackCore
|
||||
//! Is channel muted?
|
||||
virtual bool isMuted() const = 0;
|
||||
|
||||
//! Set channel volume
|
||||
//! Set channel volume 0..100
|
||||
virtual void setVolume(quint32 volume) = 0;
|
||||
|
||||
//! Get channel volume
|
||||
//! Get channel volume 0..100
|
||||
virtual quint32 getVolume() const = 0;
|
||||
|
||||
//! Update room status
|
||||
|
||||
Reference in New Issue
Block a user