From 8ec17c314f8d6e02c640e4dd310f251d2b36a2ee Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 16 Jul 2013 14:51:36 +0300 Subject: [PATCH] doc/media-api: Update documentation of MediaPlayer1 This adds documentation of properties Type and Subtype --- doc/media-api.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/media-api.txt b/doc/media-api.txt index 337422d1d..cf752392a 100644 --- a/doc/media-api.txt +++ b/doc/media-api.txt @@ -230,6 +230,26 @@ Properties string Equalizer [readwrite] Player name + string Type [readonly] + + Player type + + Possible values: + + "Audio" + "Video" + "Audio Broadcasting" + "Video Broadcasting" + + string Subtype [readonly] + + Player subtype + + Possible values: + + "Audio Book" + "Podcast" + boolean Browsable [readonly] If present indicates the player can be browsed using -- 2.47.3