Ticket #3 (closed task: fixed)

Opened 6 years ago

Last modified 6 years ago

Handle StateVariables per instance with services AVTransport and RenderingControl

Reported by: dev Assigned to: dev
Priority: major Milestone: first public beta
Component: UPnP Event SubSystem Version:
Keywords: Cc:

Description

The services AVTransport and RenderingControl? can have several instances, whereby every instance has its own StateVariables.

For sake of consistancy and simplicity every services StateVariable? dict should be embedded within an instance dict.

This modification needs to be beared in mind when working on #1 and #2.

Change History

02.10.2006 16:39:35 changed by dev

(In [5]) added instance dict around state_variables dict and adjusted variable related methods, addresses #3

03.10.2006 11:58:02 changed by dev

  • status changed from new to closed.
  • resolution set to fixed.

(In [6]) remaining adaptations for AVTransport and RenderingControl? LastChange? events and instance based propagation of that event and the therein enclosed StateVariables? plus the removal of some loquacious prints, closes #1,#2 and #3