Package ch.bailu.gtk.gst
Schnittstelle ClockType
public interface ClockType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
monotonic time since some unspecified starting
pointstatic final int
some other time source is used (Since: 1.0.5)static final int
time since Epochstatic final int
time since Epoch, but using International Atomic Time
as reference (Since: 1.18)
-
Felddetails
-
REALTIME
static final int REALTIMEtime since Epoch- Siehe auch:
-
MONOTONIC
static final int MONOTONICmonotonic time since some unspecified starting
point- Siehe auch:
-
OTHER
static final int OTHERsome other time source is used (Since: 1.0.5)- Siehe auch:
-
TAI
static final int TAItime since Epoch, but using International Atomic Time
as reference (Since: 1.18)- Siehe auch:
-