blob: 0421bd6e31087e97713462ad47f01381f97a5cdb (
plain)
1
2
3
4
5
|
/* constants used for signals on the dbus. This file is shared between client and server implementation */
#define SIGNAL_SINK_INPUT_WHILE_MUTED "SinkInputWhileMuted"
#define METHOD_SET_SINK_VOLUME "SetSinkVolume"
|