org.gstreamer
Interface Bus.INFO

Enclosing class:
Bus

public static interface Bus.INFO

Signal emitted when an informational message is delivered.

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

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

Method Detail

infoMessage

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

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