Difference between revisions of "Developer:Davaar:TimeService"

From LinnDocs
Jump to: navigation, search
(Technical Details)
(Migration Guide)
Line 18: Line 18:
 
[http://oss.linn.co.uk/trac/browser/Main/LibUpnpCil/Services/Openhome/Time1.xml Time Service Description (XML)]
 
[http://oss.linn.co.uk/trac/browser/Main/LibUpnpCil/Services/Openhome/Time1.xml Time Service Description (XML)]
  
= Migration Guide =
+
= Migration Guide From Cara =
None.
 
  
== Upnp Action Name Changes ==
+
The domain for the Time service has changed to av.openhome.org
None.
 
  
 +
== Actions ==
 +
=== Time ===
 +
The arguments have changed their names as follows:
  
== Obsolete Functions ==
+
* aTrackCount -> TrackCount
 
+
* aDuration -> Duration
None.
+
* aSeconds -> Seconds

Revision as of 12:25, 23 November 2010

Architecture Overview

The Time service reports the duration of the currently playing track and the number of seconds so far played.

This service is intentionally separated from the Info service. When a track is being played, this service delivers an event every second, which can overwhelm some primitive control points. The Time service is kept separate from the Info service so that control points can decide to subscribe to it independently.

Actions

Time

This reports TrackCount, which increments each time a new track is played; Duration, which is the duration of the current track in seconds; and Seconds, which is the number of seconds so far played.

TrackCount corresponds with TrackCount reported in the Info Service, but bears no relation to a Track Id or Preset Id reported from the Playlist Service or Radio Service.

Technical Details

   Domain  : av.openhome.org
   Name    : Time
   Version : 1

Time Service Description (XML)

Migration Guide From Cara

The domain for the Time service has changed to av.openhome.org

Actions

Time

The arguments have changed their names as follows:

  • aTrackCount -> TrackCount
  • aDuration -> Duration
  • aSeconds -> Seconds