Package ch.bailu.gtk.gst
Schnittstelle ClockFlags
public interface ClockFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
clock can do async periodic timeout callbacksstatic final int
clock can do sync periodic timeout requestsstatic final int
clock can do a single async timeout requeststatic final int
clock can do a single sync timeout requeststatic final int
clock can be slaved to a master clockstatic final int
clock's resolution can be changedstatic final int
subclasses can add additional flags starting from this flagstatic final int
clock needs to be synced before it can be used
-
Felddetails
-
CAN_DO_SINGLE_SYNC
static final int CAN_DO_SINGLE_SYNCclock can do a single sync timeout request- Siehe auch:
-
CAN_DO_SINGLE_ASYNC
static final int CAN_DO_SINGLE_ASYNCclock can do a single async timeout request- Siehe auch:
-
CAN_DO_PERIODIC_SYNC
static final int CAN_DO_PERIODIC_SYNCclock can do sync periodic timeout requests- Siehe auch:
-
CAN_DO_PERIODIC_ASYNC
static final int CAN_DO_PERIODIC_ASYNCclock can do async periodic timeout callbacks- Siehe auch:
-
CAN_SET_RESOLUTION
static final int CAN_SET_RESOLUTIONclock's resolution can be changed- Siehe auch:
-
CAN_SET_MASTER
static final int CAN_SET_MASTERclock can be slaved to a master clock- Siehe auch:
-
NEEDS_STARTUP_SYNC
static final int NEEDS_STARTUP_SYNCclock needs to be synced before it can be used- Siehe auch:
-
LAST
static final int LASTsubclasses can add additional flags starting from this flag- Siehe auch:
-