summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRegis Merlino <regis.merlino@intel.com>2013-07-19 10:46:32 +0200
committerLudovic Ferrandis <ludovic.ferrandis@intel.com>2013-07-19 17:12:15 +0200
commitbea777685ef0638ee3c5f289bceab20fdba585ad (patch)
treed9fd07f5f48e9fe6d3b878fc812d527e3c15d2ab /doc
parent0929fad2dac970ae9e9ea90f135faca8809ea680 (diff)
downloaddleyna-renderer-bea777685ef0638ee3c5f289bceab20fdba585ad.tar.gz
[Player] Add OpenNextUri() method
Based on original work from Sébastien Bianti <sebastien.bianti@linux.intel.com> - Resolves bug #35 - Documentation updated. Signed-off-by: Regis Merlino <regis.merlino@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/dbus/API.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/server/dbus/API.txt b/doc/server/dbus/API.txt
index 50e81e8..ff22887 100644
--- a/doc/server/dbus/API.txt
+++ b/doc/server/dbus/API.txt
@@ -277,13 +277,17 @@ GotoTrack(u TrackNumber) -> void
Performs a seek operation to the specified track number.
-
OpenUriEx(s Uri, s Metadata) -> void
Same as the OpenUri method of the org.mpris.MediaPlayer2.Player MPRIS2 standard
interface, with an additional parameter Metadata to specify the DIDL-Lite XML
description of the item to be opened. New in version 0.0.2.
+OpenNextUri(s Uri, s Metadata) -> void
+
+Same as OpenUriEx method but for enabling an early download of the next object.
+New in version 0.2.0.
+
SetUri(s Uri, s Metadata) -> void
Same as OpenUriEx except that it doesn't automatically play the media. You need