public interface DiagnosticsControl
extends javax.media.Control
| Modifier and Type | Field and Description |
|---|---|
static long |
NEVER
The constant which expresses a non-existent time in milliseconds for the
purposes of
getMalfunctioningSince(). |
| Modifier and Type | Method and Description |
|---|---|
long |
getMalfunctioningSince()
Gets the time in milliseconds at which the associated procedure/process
has started malfunctioning.
|
String |
toString()
Returns a human-readable String representation of the associated
procedure/process.
|
static final long NEVER
getMalfunctioningSince(). Explicitly chosen to be
0 rather than -1 in the name of efficiency.long getMalfunctioningSince()
Copyright © 2022 jitsi.org. All rights reserved.