|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Bus.ERROR
Signal emitted when an error occurs.
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)
Method Summary | |
---|---|
void |
errorMessage(GstObject source,
int code,
java.lang.String message)
Called when a Pipeline element posts an error message. |
Method Detail |
---|
void errorMessage(GstObject source, int code, java.lang.String message)
Pipeline
element posts an error message.
source
- the element which posted the message.code
- a numeric code representing the error.message
- a string representation of the error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |