summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/include/CommandInterface.xml
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceDbus/include/CommandInterface.xml')
-rw-r--r--PluginCommandInterfaceDbus/include/CommandInterface.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/PluginCommandInterfaceDbus/include/CommandInterface.xml b/PluginCommandInterfaceDbus/include/CommandInterface.xml
index 87cb6a2..bab2604 100644
--- a/PluginCommandInterfaceDbus/include/CommandInterface.xml
+++ b/PluginCommandInterfaceDbus/include/CommandInterface.xml
@@ -69,13 +69,13 @@
<method name="GetListMainSinkSoundProperties">
<arg type="q" name="sinkID" direction="in"/>
<arg type="n" name="result" direction="out"/> <!-- method return code (am_Error_e) -->
- <arg type="a(nn)" name="listSoundProperties" direction="out"/> <!-- am_MainSoundPropertyType_e type; int16_t value; -->
+ <arg type="a(nn)" name="listSoundProperties" direction="out"/> <!-- am_CustomMainSoundPropertyType_t type; int16_t value; -->
</method>
<method name="GetListMainSourceSoundProperties">
<arg type="q" name="sourceID" direction="in"/>
<arg type="n" name="result" direction="out"/> <!-- method return code (am_Error_e) -->
- <arg type="a(nn)" name="listSourceProperties" direction="out"/> <!-- am_MainSoundPropertyType_e type; int16_t value; -->
+ <arg type="a(nn)" name="listSourceProperties" direction="out"/> <!-- am_CustomMainSoundPropertyType_t type; int16_t value; -->
</method>
<method name="GetListSourceClasses">
@@ -194,13 +194,13 @@
<signal name="SinkUpdated">
<arg type="q" name="sinkID" direction="out"/>
<arg type="q" name="sinkClassID" direction="out"/>
- <arg type="a(nn)" name="listMainSinkProperties" direction="out"/> <!-- am_MainSoundPropertyType_e type; int16_t value; -->
+ <arg type="a(nn)" name="listMainSinkProperties" direction="out"/> <!-- am_CustomMainSoundPropertyType_t type; int16_t value; -->
</signal>
<signal name="SourceUpdated">
<arg type="q" name="sourceID" direction="out"/>
<arg type="q" name="sourceClassID" direction="out"/>
- <arg type="a(nn)" name="listMainSinkProperties" direction="out"/> <!-- am_MainSoundPropertyType_e type; int16_t value; -->
+ <arg type="a(nn)" name="listMainSinkProperties" direction="out"/> <!-- am_CustomMainSoundPropertyType_t type; int16_t value; -->
</signal>
<signal name="SourceNotification">