org.gstreamer
Interface Bus.ERROR

Enclosing class:
Bus

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.

See Also:
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

errorMessage

void errorMessage(GstObject source,
                  int code,
                  java.lang.String message)
Called when a Pipeline element posts an error message.

Parameters:
source - the element which posted the message.
code - a numeric code representing the error.
message - a string representation of the error.