A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
D
- DATA - enum entry in org.jitsi.utils.MediaType
Represents a DATA media type.
- DatagramPacketFilter - class in org.jitsi.utils
- Represents a filter which selects or deselects DatagramPackets.
- debug(Object) - function in org.jitsi.utils.logging.Logger
- Log a DEBUG message.
- debug(Object,Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message, with associated Throwable information.
- debug(Logger.Category,String) - function in org.jitsi.utils.logging.Logger
- Log a message with debug level.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
- debug(Logger.Category,String,Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message with debug level, with associated Throwable information.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
- debug(Object) - function in org.jitsi.utils.logging.InstanceLogger
- Log a DEBUG message.
- debug(Object,Throwable) - function in org.jitsi.utils.logging.InstanceLogger
- Log a message, with associated Throwable information.
- debug(Logger.Category,String) - function in org.jitsi.utils.logging.InstanceLogger
- Log a message with debug level.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
- debug(Logger.Category,String,Throwable) - function in org.jitsi.utils.logging.InstanceLogger
- Log a message with debug level, with associated Throwable information.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
- debug(Object) - function in org.jitsi.utils.logging.LoggerImpl
- Log a DEBUG message.
- debug(Object,Throwable) - function in org.jitsi.utils.logging.LoggerImpl
- Log a message, with associated Throwable information.
- debug(Logger.Category,String) - function in org.jitsi.utils.logging.LoggerImpl
- Log a message with debug level.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
- debug(Logger.Category,String,Throwable) - function in org.jitsi.utils.logging.LoggerImpl
- Log a message with debug level, with associated Throwable information.An identifier of the category in the form of CAT=name will will simplybe prepended to the message.
- debug(Object) - function in org.jitsi.utils.logging2.Logger
- Log a DEBUG message.
- debug(Supplier) - function in org.jitsi.utils.logging2.Logger
- Log a DEBUG message.
- debug(Object) - function in org.jitsi.utils.logging2.LoggerImpl
- Log a DEBUG message.
- debug(Supplier) - function in org.jitsi.utils.logging2.LoggerImpl
- Log a DEBUG message.
- DelegatesKt - class in org.jitsi.utils
- deRegisterRecurringRunnable(RecurringRunnable) - function in org.jitsi.utils.concurrent.RecurringRunnableExecutor
- De-registers a
{@code RecurringRunnable}from this{@code Executor}sothat its run is no longer invoked (bythis instance). - DiagnosticContext - class in org.jitsi.utils.logging
- DiagnosticContext.TimeSeriesPoint - class in org.jitsi.utils.logging.DiagnosticContext
- div(Duration,Duration) - function in org.jitsi.utils.DurationKt
- doGetJSON() - function in org.jitsi.utils.dsi.DominantSpeakerIdentification
- Retrieves a JSON representation of this instance for the purposes of theREST API of Videobridge.
- DominantSpeakerIdentification - class in org.jitsi.utils.dsi
- Implements ActiveSpeakerDetector with inspiration from the paper "Dominant Speaker Identification for Multipoint Videoconferencing" by Ilana Volfin and Israel Cohen.
- drainTo(Collection) - function in org.jitsi.utils.concurrent.ArrayBlockingQueueWithShutdown
- drainTo(Collection,int) - function in org.jitsi.utils.concurrent.ArrayBlockingQueueWithShutdown
- drainTo(Collection) - function in java.util.concurrent.ArrayBlockingQueueWithShutdown
- dropped(T) - function in org.jitsi.utils.queue.PacketQueue.Observer
- Called when a packet is dropped from a queue.
- dropped() - function in org.jitsi.utils.queue.QueueStatistics
- Registers that a packet was dropped.
- dropped(T) - function in org.jitsi.utils.queue.QueueStatisticsObserver
- Registers that a packet was dropped.
- DurationKt - class in org.jitsi.utils