A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
A
- abs(java.time.Duration) - function in org.jitsi.utils.DurationKt
- 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(java.net.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
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(E) - function in java.util.AbstractQueue
- add(kotlin.Array,java.lang.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(T) - function in org.jitsi.utils.queue.PacketQueue
- Adds a specific packet (
T) instance to the queue. - add(T) - function in org.jitsi.utils.stats.MovingAverage
- Add a value to this moving average
- add(T) - function in org.jitsi.utils.stats.TimeBasedSlidingWindow
- addActiveSpeakerChangedListener(org.jitsi.utils.dsi.ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.AbstractActiveSpeakerDetector
- Adds a listener to be notified by this active speaker detector when the active stream changes.
- addActiveSpeakerChangedListener(org.jitsi.utils.dsi.ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.AbstractActiveSpeakerDetector
- Adds a listener to be notified by this active speaker detector when the active stream changes.
- addActiveSpeakerChangedListener(org.jitsi.utils.dsi.ActiveSpeakerChangedListener) - function in org.jitsi.utils.dsi.ActiveSpeakerDetector
- Adds a listener to be notified by this active speaker detector when the active stream changes.
- addAll(java.util.Collection) - function in java.util.AbstractQueue
- addContext(java.lang.String,java.lang.String) - function in org.jitsi.utils.logging2.LogContext
- addContext(java.util.Map) - function in org.jitsi.utils.logging2.LogContext
- addContext(java.lang.String,java.lang.String) - function in org.jitsi.utils.logging2.Logger
- Add additional log context to this logger
- addContext(java.util.Map) - function in org.jitsi.utils.logging2.Logger
- Add additional log context to this logger
- addContext(java.lang.String,java.lang.String) - function in org.jitsi.utils.logging2.LoggerImpl
- Add additional log context to this logger
- addContext(java.util.Map) - function in org.jitsi.utils.logging2.LoggerImpl
- Add additional log context to this logger
- added(T) - function in org.jitsi.utils.queue.PacketQueue.Observer
- Called when a packet is added to a queue.
- added() - function in org.jitsi.utils.queue.QueueStatistics
- Registers the addition of a packet.
- added(T) - function in org.jitsi.utils.queue.QueueStatisticsObserver
- Called when a packet is added to a queue.
- addField(java.lang.String,Object) - function in org.jitsi.utils.logging.DiagnosticContext.TimeSeriesPoint
- Adds a field to the time series point.
- addHandler(EventHandlerType) - function in org.jitsi.utils.event.BaseEventEmitter
- addHandler(EventHandlerType) - function in org.jitsi.utils.event.BaseEventEmitter
- addHandler(EventHandlerType) - function in org.jitsi.utils.event.BaseEventEmitter
- addHandler(EventHandlerType) - function in org.jitsi.utils.event.EventEmitter
- addHandler(java.util.logging.Handler) - function in org.jitsi.utils.logging2.Logger
- See addHandler
- addHandler(java.util.logging.Handler) - function in org.jitsi.utils.logging2.LoggerImpl
- See addHandler
- addPropertyChangeListener(java.beans.PropertyChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
- Adds a PropertyChangeListener to the listener list.
- addPropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
- Adds a PropertyChangeListener to the listener list for a specific property.
- addPropertyChangeListener(java.beans.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.
- addSuppressed(java.lang.Throwable) - function in java.lang.Throwable
- addValue(java.lang.Long) - function in org.jitsi.utils.stats.BucketStats
- addValue(java.lang.Long) - function in org.jitsi.utils.stats.BucketStats
- addValue(java.lang.Number) - function in org.jitsi.utils.stats.Buckets
- Add a value.
- addVetoableChangeListener(java.lang.String,org.jitsi.service.configuration.ConfigVetoableChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
- Adds a VetoableChangeListener to the listener list for a specific property.
- addVetoableChangeListener(org.jitsi.service.configuration.ConfigVetoableChangeListener) - function in org.jitsi.service.configuration.ConfigurationService
- Adds a VetoableChangeListener to the listener list.
- append(kotlin.Array,int) - function in org.jitsi.utils.ByteArrayBuffer
- Appends
lenbytes fromdatato the end of this buffer. - APPLICATION - enum entry in org.jitsi.utils.MediaType
Represents an APPLICATION media type.
- ArrayBlockingQueueWithShutdown - class in org.jitsi.utils.concurrent
- Like ArrayBlockingQueue but with additional shutdown and start methods.
- ArrayUtils - class in org.jitsi.utils
- AsyncEventEmitter - class in org.jitsi.utils.event
- An EventEmitter which fires events asynchronously.
- AtomicExtensionsKt - class in org.jitsi.utils
- AUDIO - enum entry in org.jitsi.utils.MediaType
Represents an AUDIO media type.
- awaitTermination(java.lang.Long,java.util.concurrent.TimeUnit) - function in org.jitsi.utils.concurrent.FakeScheduledExecutorService