Motorola Mobility Confidential Restricted.
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:
availableComponentsThe media components currently available.
activeComponentsThe currently active media components.
changedComponentsThe media components that have changed.
See also:
ToiMediaPlayerBase::getStreamInfo()
ToiMediaPlayerBase::getVideoStreamInfo()
ToiMediaPlayerBase::getAudioStreamInfo()
ToiMediaPlayerBase::getSubtitleStreamInfo()
ToiMediaPlayerBase::getTeletextStreamInfo()

import "ToiMediaPlayerStreamInfoChangedEvent.idl";

Inheritance diagram for ToiMediaPlayerStreamInfoChangedEvent:
ToiEvent

List of all members.

Public Attributes

readonly attribute
ToiMediaPlayerBase::TToiComponentSequence 
availableComponents
readonly attribute
ToiMediaPlayerBase::TToiComponentSequence 
activeComponents
readonly attribute
ToiMediaPlayerBase::TToiComponentSequence 
changedComponents