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 |
readonly attribute long | evtType |
readonly attribute ToiEventTarget | evtTarget |
readonly attribute unsigned long long | evtTimeStamp |
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.