summaryrefslogtreecommitdiff
path: root/org.gnome.ShairportSync.xml
blob: 15317faa02ff663435fa91ce59ca425f45fe2607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <interface name="org.gnome.ShairportSync">
    <method name="Quit"/>
    <property name='Active' type='b' access='read'/>
    <property name="DisableStandby" type="b" access="readwrite" />
    <property name="DisableStandbyMode" type="s" access="readwrite" />
    <property name="Loudness" type="b" access="readwrite" />
    <property name="LoudnessThreshold" type="d" access="readwrite" />
    <property name="Convolution" type="b" access="readwrite" />
    <property name="ConvolutionGain" type="d" access="readwrite" />
    <property name="ConvolutionImpulseResponseFile" type="s" access="readwrite" />
    <property name="DriftTolerance" type="d" access="readwrite" />
    <method name="RemoteCommand">
      <arg name="command" type="s" direction="in" />
    </method>
    <property name="VolumeControlProfile" type="s" access="readwrite" />
    <property name="Interpolation" type="s" access="readwrite" />
    <property name="ALACDecoder" type="s" access="readwrite" />
    <property name="Version" type="s" access="read" />
    <property name="VersionString" type="s" access="read" />
  </interface>
  <interface name="org.gnome.ShairportSync.Diagnostics">
    <property name="Verbosity" type="i" access="readwrite" />
    <property name="Statistics" type="b" access="readwrite" />
    <property name="ElapsedTime" type="b" access="readwrite" />
    <property name="DeltaTime" type="b" access="readwrite" />
    <property name="FileAndLine" type="b" access="readwrite" />
  </interface>
  <interface name="org.gnome.ShairportSync.RemoteControl">
		<method name='FastForward'/>
		<method name='Rewind'/>
		<method name='ToggleMute'/>
		<method name='Next'/>
		<method name='Previous'/>
		<method name='Pause'/>
		<method name='PlayPause'/>
		<method name='Play'/>
		<method name='Stop'/>
		<method name='Resume'/>
		<method name='ShuffleSongs'/>
		<method name='VolumeUp'/>
		<method name='VolumeDown'/>
		<property name='PlayerState' type='s' access='read'/>
		<property name='ProgressString' type='s' access='read'/>
		<property name='Server' type='s' access='read'/>
		<property name='AirplayVolume' type='d' access='read'/>
		<property name='Metadata' type='a{sv}' access='read'>
			<annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
		</property>
		<property name='Available' type='b' access='read'/>
  </interface>
  <interface name="org.gnome.ShairportSync.AdvancedRemoteControl">
		<property name='Available' type='b' access='read'/>
		<property name='PlaybackStatus' type='s' access='read'/>
		<property name='Shuffle' type='b' access='readwrite'/>
		<property name='LoopStatus' type='s' access='readwrite'/>
    <property name="Volume" type="i" access="read" />
    <method name="SetVolume">
      <arg name="volume" type="i" direction="in" />
    </method>
  </interface>
</node>