mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T644, audio volume for notification sounds can be set
This commit is contained in:
@@ -130,9 +130,9 @@ namespace BlackCore
|
||||
this->m_dBusInterface->callDBus(QLatin1String("playSelcalTone"), selcal);
|
||||
}
|
||||
|
||||
void CContextAudioProxy::playNotification(CNotificationSounds::NotificationFlag notification, bool considerSettings) const
|
||||
void CContextAudioProxy::playNotification(CNotificationSounds::NotificationFlag notification, bool considerSettings, int volume) const
|
||||
{
|
||||
this->m_dBusInterface->callDBus(QLatin1String("playNotification"), notification, considerSettings);
|
||||
this->m_dBusInterface->callDBus(QLatin1String("playNotification"), notification, considerSettings, volume);
|
||||
}
|
||||
|
||||
void CContextAudioProxy::setVoiceOutputVolume(int volume)
|
||||
|
||||
Reference in New Issue
Block a user