summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/CAmCommandReceiver.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pau.espin@aweurope.be>2015-09-22 15:45:25 +0200
committerChristian Linke <christian.linke@bmw.de>2015-10-07 18:26:02 +0100
commit49e010d6bd40929b00c4855ec3aab4cbafca906e (patch)
tree14f46f89c82bba7bcbe780aae6404ccd1ed299eb /AudioManagerDaemon/include/CAmCommandReceiver.h
parentbb574bf395cf7fc17537f67cb56bf2eb4e1fd8db (diff)
downloadaudiomanager-49e010d6bd40929b00c4855ec3aab4cbafca906e.tar.gz
Implement IAmCommand getVolume method7.3
Diffstat (limited to 'AudioManagerDaemon/include/CAmCommandReceiver.h')
-rw-r--r--AudioManagerDaemon/include/CAmCommandReceiver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AudioManagerDaemon/include/CAmCommandReceiver.h b/AudioManagerDaemon/include/CAmCommandReceiver.h
index dcf0038..0f30d81 100644
--- a/AudioManagerDaemon/include/CAmCommandReceiver.h
+++ b/AudioManagerDaemon/include/CAmCommandReceiver.h
@@ -51,6 +51,7 @@ public:
am_Error_e setMainSinkSoundProperty(const am_MainSoundProperty_s& soundProperty, const am_sinkID_t sinkID);
am_Error_e setMainSourceSoundProperty(const am_MainSoundProperty_s& soundProperty, const am_sourceID_t sourceID);
am_Error_e setSystemProperty(const am_SystemProperty_s& property);
+ am_Error_e getVolume(const am_sinkID_t sinkID, am_mainVolume_t& mainVolume) const;
am_Error_e getListMainConnections(std::vector<am_MainConnectionType_s>& listConnections) const;
am_Error_e getListMainSinks(std::vector<am_SinkType_s>& listMainSinks) const;
am_Error_e getListMainSources(std::vector<am_SourceType_s>& listMainSources) const;