• Quick Start
  • Booting
  • Platform
  • Portals
  • References
    • API Reference TOI3
    • IIP Reference
  • Resources
ARRIS Enterprises, Inc. Confidential Information

ToiMediaPlayerStreamInfoChangedEvent

Class Summary

Extends:
  • ToiEvent
See also:
  • ToiMediaPlayerBase#getStreamInfo
  • ToiMediaPlayerBase#getVideoStreamInfo
  • ToiMediaPlayerBase#getAudioStreamInfo
  • ToiMediaPlayerBase#getSubtitleStreamInfo
  • ToiMediaPlayerBase#getTeletextStreamInfo

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

Name Type Description
availableComponents Array.<ToiMediaPlayerBase.ToiComponentEntry>

The media components currently available.

activeComponents Array.<ToiMediaPlayerBase.ToiComponentEntry>

The currently active media components.

changedComponents Array.<ToiMediaPlayerBase.ToiComponentEntry>

The media components that have changed.

  • Members

Methods

Members

activeComponents (Type: Array.<ToiMediaPlayerBase.ToiComponentEntry>)

The currently active media components.

availableComponents (Type: Array.<ToiMediaPlayerBase.ToiComponentEntry>)

The media components currently available.

changedComponents (Type: Array.<ToiMediaPlayerBase.ToiComponentEntry>)

The media components that have changed.

evtTarget (Type: ToiEventTarget)

The event target that generated the event.

evtTimeStamp (Type: number)

The time (in seconds since the Epoch) at which the event was generated.

evtType (Type: number)

The type of the event.

5.1.1.p8

Copyright (c) 2018 ARRIS Enterprises, LLC. All Rights Reserved. ARRIS Enterprises, LLC. Confidential Information.