public static interface Bus.ERROR
When the application receives an error message it should stop playback of the pipeline and not assume that more data will be played.
Bus.connect(ERROR)
,
Bus.disconnect(ERROR)
Modifier and Type | Method and Description |
---|---|
void |
errorMessage(GstObject source,
int code,
java.lang.String message)
Called when a
Pipeline element posts an error message. |