Class AbstractActiveSpeakerDetector

  • All Implemented Interfaces:
    org.jitsi.utils.dsi.ActiveSpeakerDetector

    
    public abstract class AbstractActiveSpeakerDetector<T>
     implements ActiveSpeakerDetector<T>
                        

    Provides a base ActiveSpeakerDetector which aids the implementations of actual algorithms for the detection/identification of the active/dominant speaker in a multipoint conference.

    Author:

    Boris Grozev

    Lyubomir Marinov

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void addActiveSpeakerChangedListener(ActiveSpeakerChangedListener<T> listener) Adds a listener to be notified by this active speaker detector when the active stream changes.
      void removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener<T> listener) Removes a listener to no longer be notified by this active speaker detector when the active stream changes.
      • Methods inherited from class org.jitsi.utils.dsi.ActiveSpeakerDetector

        levelChanged
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait