Package 

Class LiveVideoOrchestrator

  • All Implemented Interfaces:
    com.brightcove.player.event.Component

    @Emits(events = {})@ListensFor(events = {}) 
    public class LiveVideoOrchestrator
    extends AbstractComponent
                        

    The Live video orchestrator class is responsible to setup the components and listeners needed for Live SSAI and update the Dynamic Timeline appropriately.

    • Method Summary

      Modifier and Type Method Description
      void reset()
      • Methods inherited from class com.brightcove.player.event.AbstractComponent

        addListener, addOnceListener, getEventEmitter, removeListener, removeListeners
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LiveVideoOrchestrator

        LiveVideoOrchestrator(BaseVideoView baseVideoView, Timeline timeline)