Difference between revisions of "Developer:Davaar:TimeService"

From LinnDocs
Jump to: navigation, search
(Created page with '= Architecture Overview = The Time Service provides source-independent time information concerning the currently playing media. Introduced in Cara 6, this service should allow a …')
 
m
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Architecture Overview =
+
See http://wiki.openhome.org/wiki/Av:Developer:TimeService
The Time Service provides source-independent time information concerning the currently playing media. Introduced in Cara 6, this service should allow a subscribing control point to report on the progress of what is currently being played without having to know which source is currently active.
 
 
 
The Time Service presents this information centred around the concept of a Track, which has a Duration and a number of Seconds so far played.
 
 
 
==Time==
 
This reports the Track Count, which increments each time a new track is played, the Duration of the current Track, and the number of Seconds so far played.
 
 
 
The Track Count corresponds with the Track Count in the Info Service, but bears no relation to a Track Id or Preset Id reported from the [[Developer:Cara:PlaylistService|Playlist Service]] or [[Developer:Cara:RadioService|Radio Service]].
 
 
 
= API Reference =
 
 
 
[http://oss.linn.co.uk/trac/browser/Main/LibUpnpCil/Services/Linn/Time.xml Time Service Description (XML)]
 
 
 
= Migration Guide =
 
None.
 
 
 
== Upnp Action Name Changes ==
 
None.
 
 
 
 
 
== Obsolete Functions ==
 
 
 
None.
 

Latest revision as of 08:43, 21 November 2018