org.gstreamer
Interface Bus.MESSAGE

Enclosing class:
Bus

public static interface Bus.MESSAGE

Catch all signals emitted on the Bus.

The signal handler will be called asynchronously from the thread that posted the message on the Bus.

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

Method Summary
 void busMessage(Bus bus, Message message)
          Called when a Element posts a Message on the Bus.
 

Method Detail

busMessage

void busMessage(Bus bus,
                Message message)
Called when a Element posts a Message on the Bus.

Parameters:
bus - the Bus the message was posted on.
message - the message that was posted.