ToiMediaPlayerParameterChangedEvent Interface Reference


Description

Tells the observer that the value has changed for one of the parameters that the observer is subscribing to.

Parameters:
name The name of the changed parameter.
See also:
ToiMediaPlayerBase::subscribeParameter()

import "ToiMediaPlayerParameterChangedEvent.idl";

List of all members.

Public Attributes

readonly attribute string name
readonly attribute long evtType
readonly attribute ToiEventTarget evtTarget
readonly attribute unsigned
long long 
evtTimeStamp

Member Data Documentation

readonly attribute ToiEventTarget ToiEvent::evtTarget [inherited]

The event target that generated the event.

readonly attribute unsigned long long ToiEvent::evtTimeStamp [inherited]

The time stamp that the event is generated.

readonly attribute long ToiEvent::evtType [inherited]

The type of the event.