Ticket #1 (closed task: fixed)

Opened 5 years ago

Last modified 5 years ago

Handle AVTransport LastChange event

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

Description

The service AVTransport only notifies about the StateVariable? LastChange?, but includes there all other StateVariables - excluding RelativeTimePosition?, AbsoluteTimePosition?, RelativeCounterPosition?, AbsoluteCounterPosition?, which have to be polled by the control point. See Standard AVTransport:2 chapter 2.3.1 event model.

To keep this in sync with the other services event model and the way we notify about StateVariable? changes, the notify message for LastChange? should be parsed already in ControlPoint.propagate and broken down to the included StateVariables.

Change History

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