Package ch.bailu.gtk.gst
Schnittstelle StateChangeReturn
public interface StateChangeReturn
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the state change will happen asynchronouslystatic final int
the state change failedstatic final int
the state change succeeded but the element
cannot produce data in %GST_STATE_PAUSED.static final int
the state change succeeded
-
Felddetails
-
FAILURE
static final int FAILUREthe state change failed- Siehe auch:
-
SUCCESS
static final int SUCCESSthe state change succeeded- Siehe auch:
-
ASYNC
static final int ASYNCthe state change will happen asynchronously- Siehe auch:
-
NO_PREROLL
static final int NO_PREROLLthe state change succeeded but the element
cannot produce data in %GST_STATE_PAUSED.
This typically happens with live sources.- Siehe auch:
-