Package org.jitsi.utils.dsi
Class SpeakerRanking
-
- All Implemented Interfaces:
public class SpeakerRankingReturns information about an endpoint's energy levels relative to other endpoints.
-
-
Field Summary
Fields Modifier and Type Field Description public final booleanisDominantpublic final intenergyRankingpublic final intenergyScore
-
Constructor Summary
Constructors Constructor Description SpeakerRanking(boolean isDominant_, int energyRanking_, int energyScore_)Initializes a new SpeakerRanking instance.
-