From 5ef85aecf5ea1ffd5155f77099be6e73478910fc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 19 Dec 2012 19:32:25 +0100 Subject: [PATCH] doc: Small cleanup for media and control APIs --- doc/control-api.txt | 3 --- doc/media-api.txt | 13 +++++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/control-api.txt b/doc/control-api.txt index 5fc8991d2..7f51e3d27 100644 --- a/doc/control-api.txt +++ b/doc/control-api.txt @@ -1,9 +1,6 @@ BlueZ D-Bus Control API description *********************************** -Copyright (C) 2004-2010 Marcel Holtmann -Copyright (C) 2007-2008 David Stockwell - Control hierarchy ================= diff --git a/doc/media-api.txt b/doc/media-api.txt index 1865df941..28e6c94e9 100644 --- a/doc/media-api.txt +++ b/doc/media-api.txt @@ -1,6 +1,7 @@ BlueZ D-Bus Media API description ********************************* + Media hierarchy =============== @@ -123,15 +124,17 @@ Methods void RegisterEndpoint(object endpoint, dict properties) Unregister sender media player. + MediaPlayer1 hierarchy ====================== Service unique name (Target role) - org.bluez (Controller role) Interface org.bluez.MediaPlayer1 -Object path freely definable (Target role) - [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/playerX - (Controller role) +Object path freely definable + +Service org.bluez (Controller role) +Interface org.bluez.MediaPlayer1 +Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/playerX Methods dict GetTrack() @@ -219,6 +222,7 @@ Properties string Equalizer [readwrite] possible to signal its end by setting position to the maximum uint32 value. + MediaEndpoint1 hierarchy ======================== @@ -254,6 +258,7 @@ Methods void SetConfiguration(object transport, dict properties) endpoint, because when this method gets called it has already been unregistered. + MediaTransport1 hierarchy ========================= -- 2.47.3