-
- 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.
-
-
Method Summary
Modifier and Type Method Description voidaddActiveSpeakerChangedListener(ActiveSpeakerChangedListener<T> listener){@inheritDoc} voidremoveActiveSpeakerChangedListener(ActiveSpeakerChangedListener<T> listener){@inheritDoc} -
-
Method Detail
-
addActiveSpeakerChangedListener
void addActiveSpeakerChangedListener(ActiveSpeakerChangedListener<T> listener)
{@inheritDoc}
-
removeActiveSpeakerChangedListener
void removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener<T> listener)
{@inheritDoc}
-
-
-
-