Changes from Version 1 of MixerApiV2/Interfaces/Container
- Timestamp:
- 10/15/07 08:47:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MixerApiV2/Interfaces/Container
v0 v1 1 = Container DBUS interface = 2 3 org.ffado.Control.Element.Container 4 5 {{{ 6 <interface name="org.ffado.Control.Element.Container"> 7 <method name="getNbElements"> 8 <arg type="i" name="count" direction="out"/> 9 </method> 10 <method name="getElementName"> 11 <arg type="i" name="id" direction="in"/> 12 <arg type="s" name="name" direction="out"/> 13 </method> 14 </interface> 15 }}} 16 17 The container interface provides access a collection of Elements.