org.gstreamer
Interface Bus.WARNING

Enclosing class:
Bus

public static interface Bus.WARNING

Signal emitted when a warning message is delivered.

See Also:
Bus.connect(WARNING), Bus.disconnect(WARNING)

Method Summary
 void warningMessage(GstObject source, int code, java.lang.String message)
          Called when a Pipeline element posts an warning message.
 

Method Detail

warningMessage

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

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