Package ch.bailu.gtk.gst
Schnittstelle StreamStatusType
public interface StreamStatusType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
A new thread need to be created.static final int
a thread is destroyedstatic final int
a thread entered its loop functionstatic final int
a thread left its loop functionstatic final int
a thread is pausedstatic final int
a thread is startedstatic final int
a 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:
-