Package ch.bailu.gtk.gst
Schnittstelle State
public interface State
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the NULL state or initial state of an element.static final int
the element is PAUSED, it is ready to accept and
process data.static final int
the element is PLAYING, the #GstClock is running and
the data is flowing.static final int
the element is ready to go to PAUSED.static final int
no pending state.
-
Felddetails
-
VOID_PENDING
static final int VOID_PENDINGno pending state.- Siehe auch:
-
NULL
static final int NULLthe NULL state or initial state of an element.- Siehe auch:
-
READY
static final int READYthe element is ready to go to PAUSED.- Siehe auch:
-
PAUSED
static final int PAUSEDthe element is PAUSED, it is ready to accept and
process data. Sink elements however only accept one
buffer and then block.- Siehe auch:
-
PLAYING
static final int PLAYINGthe element is PLAYING, the #GstClock is running and
the data is flowing.- Siehe auch:
-