Difference between revisions of "Developer:Davaar:ReceiverService"

From LinnDocs
Jump to: navigation, search
(Technical Details)
(Architectural Overview)
Line 2: Line 2:
  
 
The Receiver service provides the means for controlling a Receiver source. If a device's [[Developer:Davaar:ProductService|Product service]] reports a source of type 'Receiver', then that device is guaranteed to bear the Receiver service.
 
The Receiver service provides the means for controlling a Receiver source. If a device's [[Developer:Davaar:ProductService|Product service]] reports a source of type 'Receiver', then that device is guaranteed to bear the Receiver service.
 +
 +
A receiver plays audio broadcast from a sender.
  
 
= Actions =
 
= Actions =

Revision as of 13:42, 1 December 2010

Architectural Overview

The Receiver service provides the means for controlling a Receiver source. If a device's Product service reports a source of type 'Receiver', then that device is guaranteed to bear the Receiver service.

A receiver plays audio broadcast from a sender.

Actions

Sender

Report the Uri and Metadata of the current sender.

SetSender

Set the Uri and Metadata of the current sender.

The Metadata must have originated from a device bearing the Sender service.

The Uri must be the result of applying this receiver's ProtocolInfo to this Metadata.

ProtocolInfo

Report the receiver's protocol info.

TransportState

Report the current transport state, which can be: 'Playing', 'Paused', 'Stopped', or 'Buffering'.

Play

Play the current sender

Stop

Stop playing the current sender

Technical Details

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

Receiver Service Description (XML)