OSDN Git Service

Remove MediaPlayer interface from control-api.txt
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 5 Oct 2011 20:02:17 +0000 (23:02 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 6 Oct 2011 08:13:38 +0000 (11:13 +0300)
doc/control-api.txt

index a7e5cbb..e3a13e9 100644 (file)
@@ -93,50 +93,3 @@ Properties   uint8 SubUnitID [readonly]
                array{string} Capabilities [readonly]
 
                        List of Capabilities provided by the connected device.
-
-
-MediaPlayer hierarchy  [experimental]
-=====================
-
-Service                org.bluez
-Interface      org.bluez.MediaPlayer
-Object path    [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
-
-Methods                void ChangePlayback(string status, uint32 elapsed)
-
-                       The status can be "playing", "stopped", "paused",
-                       "forward-seek", "reverse-seek" or "error". Elapsed is
-                       the position within the track in milliseconds.
-
-               void ChangeTrack(dict metadata)
-
-                       Called to send the mandated TrackChange event and
-                       potential metadata information.
-
-                       Current defined metadata information are represented
-                       with the following keys:
-
-                               Title           string  (mandatory)
-                               Artist          string
-                               Album           string
-                               Genre           string
-                               NumberOfTracks  uint32
-                               TrackNumber     uint32
-                               TrackDuration   uint32  (in milliseconds)
-
-               void SetProperty(string property, variant value)
-
-                       Called to set the media-player's properties
-
-                       Current defined properties are represented with the
-                       following keys and values:
-
-                               Equalizer       off, on
-                               Repeat          off, singletrack, alltracks, group
-                               Shuffle         off, alltracks, group
-                               Scan            off, alltracks, group
-
-Signals                PropertyChanged(string setting, variant value)
-
-                       Called when one of the settings are changed by the
-                       remote device or to inform its battery status.