Package ch.bailu.gtk.gst
Schnittstelle FlowReturn
public interface FlowReturn
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Elements can use values starting from
this (and lower) to define custom error codes.static final int
Pre-defined custom error code (define your
custom error code to this to avoid compiler
warnings).static final int
Pre-defined custom error code.static final int
Elements can use values starting from
this (and higher) to define custom success
codes.static final int
Pre-defined custom success code (define your
custom success code to this to avoid compiler
warnings).static final int
Pre-defined custom success code.static final int
Pad is EOS.static final int
Some (fatal) error occurred.static final int
Pad is flushing.static final int
Pad is not linked.static final int
Pad is not negotiated.static final int
This operation is not supported.static final int
Data passing was ok.
-
Felddetails
-
CUSTOM_SUCCESS_2
static final int CUSTOM_SUCCESS_2Pre-defined custom success code.- Siehe auch:
-
CUSTOM_SUCCESS_1
static final int CUSTOM_SUCCESS_1Pre-defined custom success code (define your
custom success code to this to avoid compiler
warnings).- Siehe auch:
-
CUSTOM_SUCCESS
static final int CUSTOM_SUCCESSElements can use values starting from
this (and higher) to define custom success
codes.- Siehe auch:
-
OK
static final int OKData passing was ok.- Siehe auch:
-
NOT_LINKED
static final int NOT_LINKEDPad is not linked.- Siehe auch:
-
FLUSHING
static final int FLUSHINGPad is flushing.- Siehe auch:
-
EOS
static final int EOSPad is EOS.- Siehe auch:
-
NOT_NEGOTIATED
static final int NOT_NEGOTIATEDPad is not negotiated.- Siehe auch:
-
ERROR
static final int ERRORSome (fatal) error occurred. Element generating
this error should post an error message using
GST_ELEMENT_ERROR() with more details.- Siehe auch:
-
NOT_SUPPORTED
static final int NOT_SUPPORTEDThis operation is not supported.- Siehe auch:
-
CUSTOM_ERROR
static final int CUSTOM_ERRORElements can use values starting from
this (and lower) to define custom error codes.- Siehe auch:
-
CUSTOM_ERROR_1
static final int CUSTOM_ERROR_1Pre-defined custom error code (define your
custom error code to this to avoid compiler
warnings).- Siehe auch:
-
CUSTOM_ERROR_2
static final int CUSTOM_ERROR_2Pre-defined custom error code.- Siehe auch:
-