Uses of Class
org.gstreamer.Bus

Packages that use Bus
org.gstreamer   
 

Uses of Bus in org.gstreamer
 

Methods in org.gstreamer that return Bus
 Bus Pipeline.getBus()
          Gets the Bus this pipeline uses for messages.
 Bus Element.getBus()
          Get the bus of the element.
 

Methods in org.gstreamer with parameters of type Bus
 void Bus.MESSAGE.busMessage(Bus bus, Message message)
          Called when a Element posts a Message on the Bus.