/usr/share/freesmartphone/xml/org.freesmartphone.Device.Audio.xml is in fso-specs 2012.07.27.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/">
<interface name="org.freesmartphone.Device.Audio">
<method name="PlaySound">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="s" name="name"/>
<arg direction="in" type="i" name="loop"/>
<arg direction="in" type="i" name="length"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone.Device.Audio"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<method name="StopSound">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="s" name="name"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<method name="StopAllSounds">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<signal name="SoundStatus">
<arg type="s" name="id"/>
<arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="status" fso:type="org.freesmartphone.Device.SoundState"/>
<arg type="a{sv}" name="properties"/>
</signal>
<method name="GetAvailableScenarios">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="out" type="as" name="scenarios"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<method name="GetScenario">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="out" type="s" name="scenario"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<method name="SetScenario">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="s" name="scenario"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<method name="PushScenario">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="s" name="scenario"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<method name="PullScenario">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="out" type="s" name="scenario"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone.Device.Audio"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<method name="SaveScenario">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="s" name="scenario"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<signal name="Scenario">
<arg type="s" name="scenario"/>
<arg type="s" name="reason"/>
</signal>
<method name="GetVolume">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="out" type="y" name="volume"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
<method name="SetVolume">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg direction="in" type="y" name="volume"/>
<fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
</method>
</interface>
<fso:errordomain xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" name="org.freesmartphone.Device.Audio" fso:no-container="true">
<error name="UnknownFormat"/>
<error name="PlayerError"/>
<error name="NotPlaying"/>
<error name="AlreadyPlaying"/>
<error name="ScenarioInvalid"/>
<error name="ScenarioStackUnderflow"/>
<error name="DeviceFailed"/>
</fso:errordomain>
<fso:enumeration xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" name="org.freesmartphone.Device.SoundState" type="s">
<fso:member name="playing" value="playing"/>
<fso:member name="stopped" value="stopped"/>
</fso:enumeration>
</node>
|