ToiMediaPlayerStreamInfoChangedEvent Interface Reference


Description

Tells the observer that the media player has updated the available or active stream components or that the information on the stream components has changed. Information on the stream is available through the ToiMediaPlayerBase::getStreamInfo() function. Information on the different type of stream components is available through the respecitve info functions in ToiMediaPlayerBase.

Parameters:
availableComponents The media components currently available.
activeComponents The currently active media components.
changedComponents The media components that have changed.
See also:
ToiMediaPlayerBase::getStreamInfo()
ToiMediaPlayerBase::getVideoStreamInfo()
ToiMediaPlayerBase::getAudioStreamInfo()
ToiMediaPlayerBase::getSubtitleStreamInfo()
ToiMediaPlayerBase::getTeletextStreamInfo()

import "ToiMediaPlayerStreamInfoChangedEvent.idl";

List of all members.

Public Attributes

readonly attribute
ToiMediaPlayerBase::TToiComponentSequence 
availableComponents
readonly attribute
ToiMediaPlayerBase::TToiComponentSequence 
activeComponents
readonly attribute
ToiMediaPlayerBase::TToiComponentSequence 
changedComponents
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.