A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
A
- AbstractActiveSpeakerDetector - class in org.jitsi.utils.dsi
- Provides a base ActiveSpeakerDetector which aids the implementations of actual algorithms for the detection/identification of the active/dominant speaker in a multipoint conference.
- AbstractVersionService - class in org.jitsi.utils.version
- Base implementation of VersionService that uses major, minor and nightly build id fields for versioning purposes.
- accept(DatagramPacket) - function in org.jitsi.utils.DatagramPacketFilter
- Determines whether a specific DatagramPacket is accepted by this filter i.e.
- activeSpeakerChanged(T) - function in org.jitsi.utils.dsi.ActiveSpeakerChangedListener
- Notifies this listener that the active/dominant speaker has been changed to one identified by
{@code id}. - ActiveSpeakerChangedListener - class in org.jitsi.utils.dsi
- Implementing classes can be notified about changes to the 'active' stream (identified by its SSRC) using activeSpeakerChanged.
- ActiveSpeakerDetector - class in org.jitsi.utils.dsi
- Represents an algorithm for the detection/identification of the active/dominant speaker/participant/endpoint/stream in a multipoint conference.
- add(Array,Class,T) - function in org.jitsi.utils.ArrayUtils
- Adds a specific element to a specific array with a specific component type if the array does not contain the element yet.
- add(long) - function in org.jitsi.utils.queue.QueueStatistics
- Registers the addition of a packet.
- add(Array,int,int) - function in org.jitsi.utils.queue.PacketQueue
- Adds a packet represented by a
{@code byte[]}with a corresponding offset and length to this queue. - add(Array,int,int,Object) - function in org.jitsi.utils.queue.PacketQueue
- Adds a packet represented by a
{@code byte[]}with a corresponding offset and length, and a context object to this queue. - add(T) - function in org.jitsi.utils.queue.PacketQueue
- Adds a specific packet (
{@code T}) instance to the queue. - addActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.ActiveSpeakerDetector
- Adds a listener to be notified by this active speaker detector when the active stream changes.
- addActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.AbstractActiveSpeakerDetector
- {@inheritDoc}
- addActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.AbstractActiveSpeakerDetector
- {@inheritDoc}
- addContext(Map) - function in org.jitsi.utils.logging2.Logger
- Add additional log context to this logger
- addContext(String,String) - function in org.jitsi.utils.logging2.Logger
- Add additional log context to this logger
- addContext(Map) - function in org.jitsi.utils.logging2.LoggerImpl
- Add additional log context to this logger
- addContext(String,String) - function in org.jitsi.utils.logging2.LoggerImpl
- Add additional log context to this logger
- addContext(String,String) - function in org.jitsi.utils.logging2.LogContext
- addContext(Map) - function in org.jitsi.utils.logging2.LogContext
- addCount(long,int) - function in java.util.concurrent.ConcurrentHashMap
- addField(String,Object) - function in org.jitsi.utils.logging.DiagnosticContext.TimeSeriesPoint
- Adds a field to the time series point.
- addPropertyChangeListener(PropertyChangeListener) - function in org.jitsi.utils.dsi.DominantSpeakerIdentification
- Adds a PropertyChangeListener to the list of listeners interested in and notified about changes in the values of the properties of this DominantSpeakerIdentification.
- addPropertyChangeListener(PropertyChangeListener) - function in org.jitsi.utils.event.PropertyChangeNotifier
- Adds a specific PropertyChangeListener to the list of listeners interested in and notified about changes in the values of the properties of this PropertyChangeNotifier.
- addPropertyChangeListener(PropertyChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
- Adds a PropertyChangeListener to the listener list.
- addPropertyChangeListener(String,PropertyChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
- Adds a PropertyChangeListener to the listener list for a specific property.
- addSuppressed(Throwable) - function in java.lang.Throwable
- addVetoableChangeListener(ConfigVetoableChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
- Adds a VetoableChangeListener to the listener list.
- addVetoableChangeListener(String,ConfigVetoableChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
- Adds a VetoableChangeListener to the listener list for a specific property.
- afterNodeAccess(HashMap.Node) - function in java.util.LinkedHashMap
- afterNodeAccess(HashMap.Node) - function in java.util.HashMap
- afterNodeInsertion(boolean) - function in java.util.LinkedHashMap
- afterNodeInsertion(boolean) - function in java.util.HashMap
- afterNodeRemoval(HashMap.Node) - function in java.util.LinkedHashMap
- afterNodeRemoval(HashMap.Node) - function in java.util.HashMap
- append(Array,int) - function in org.jitsi.utils.ByteArrayBuffer
- Appends
{@code len}bytes from{@code data}to the end of this buffer. - APPLICATION - enum entry in org.jitsi.utils.MediaType
Represents an APPLICATION media type.
- ArrayUtils - class in org.jitsi.utils
- AsyncQueueHandler - class in org.jitsi.utils.queue
- Asynchronously reads items from provided queue on separate thread borrowed from executor and process items with specified handler.
- AsyncQueueHandler.Handler - class in org.jitsi.utils.queue.AsyncQueueHandler
- A simple interface to handle enqueued T items.
- AUDIO - enum entry in org.jitsi.utils.MediaType
Represents an AUDIO media type.