mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 05:20:05 +01:00
This one offers API to interract on a lower level with the D-Bus reservation API and uses GDBus high level bindings only. Also, this one implements the full Acquire procedure, calling RequestRelease() on the peer and requesting the name again with REPLACE_EXISTING
11 lines
403 B
XML
11 lines
403 B
XML
<node>
|
|
<interface name="org.freedesktop.ReserveDevice1">
|
|
<method name="RequestRelease">
|
|
<arg name="priority" type="i" direction="in"/>
|
|
<arg name="result" type="b" direction="out"/>
|
|
</method>
|
|
<property name="Priority" type="i" access="read"/>
|
|
<property name="ApplicationName" type="s" access="read"/>
|
|
<property name="ApplicationDeviceName" type="s" access="read"/>
|
|
</interface>
|
|
</node>
|