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.
| availableComponents | The media components currently available. |
| activeComponents | The currently active media components. |
| changedComponents | The media components that have changed. |
import "ToiMediaPlayerStreamInfoChangedEvent.idl";
Public Attributes | |
|
readonly attribute ToiMediaPlayerBase::TToiComponentSequence | availableComponents |
|
readonly attribute ToiMediaPlayerBase::TToiComponentSequence | activeComponents |
|
readonly attribute ToiMediaPlayerBase::TToiComponentSequence | changedComponents |