Package ch.bailu.gtk.gst
Schnittstelle StreamStatusType
public interface StreamStatusType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intA new thread need to be created.static final inta thread is destroyedstatic final inta thread entered its loop functionstatic final inta thread left its loop functionstatic final inta thread is pausedstatic final inta thread is startedstatic final inta thread is stopped
-
Felddetails
-
CREATE
static final int CREATEA new thread need to be created.- Siehe auch:
-
ENTER
static final int ENTERa thread entered its loop function- Siehe auch:
-
LEAVE
static final int LEAVEa thread left its loop function- Siehe auch:
-
DESTROY
static final int DESTROYa thread is destroyed- Siehe auch:
-
START
static final int STARTa thread is started- Siehe auch:
-
PAUSE
static final int PAUSEa thread is paused- Siehe auch:
-
STOP
static final int STOPa thread is stopped- Siehe auch:
-