Package ch.bailu.gtk.gst
Schnittstelle StateChangeReturn
public interface StateChangeReturn
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intthe state change will happen asynchronouslystatic final intthe state change failedstatic final intthe state change succeeded but the element
cannot produce data in %GST_STATE_PAUSED.static final intthe 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:
-