Package ch.bailu.gtk.gst
Schnittstelle ClockFlags
public interface ClockFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intclock can do async periodic timeout callbacksstatic final intclock can do sync periodic timeout requestsstatic final intclock can do a single async timeout requeststatic final intclock can do a single sync timeout requeststatic final intclock can be slaved to a master clockstatic final intclock's resolution can be changedstatic final intsubclasses can add additional flags starting from this flagstatic final intclock 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:
-