Uses of Class
org.gstreamer.Bus

Packages that use Bus
org.gstreamer   
org.gstreamer.lowlevel   
 

Uses of Bus in org.gstreamer
 

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

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.
 

Uses of Bus in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return Bus
 Bus GstBusAPI.gst_bus_new()
           
 Bus GstElementAPI.gst_element_get_bus(Element element)
           
 Bus GstPipelineAPI.gst_pipeline_get_bus(Pipeline pipeline)
           
 

Methods in org.gstreamer.lowlevel with parameters of type Bus
 boolean GstBusAPI.BusCallback.callback(Bus bus, Message msg, com.sun.jna.Pointer data)
           
 com.sun.jna.NativeLong GstBusAPI.gst_bus_add_watch(Bus bus, GstBusAPI.BusCallback function, com.sun.jna.Pointer data)
           
 void GstBusAPI.gst_bus_disable_sync_message_emission(Bus bus)
           
 void GstBusAPI.gst_bus_enable_sync_message_emission(Bus bus)
           
 boolean GstBusAPI.gst_bus_have_pending(Bus bus)
           
 Message GstBusAPI.gst_bus_peek(Bus bus)
           
 Message GstBusAPI.gst_bus_poll(Bus bus, MessageType events, ClockTime timeout)
           
 Message GstBusAPI.gst_bus_poll(Bus bus, MessageType events, long timeout)
           
 Message GstBusAPI.gst_bus_pop_filtered(Bus bus, MessageType types)
           
 Message GstBusAPI.gst_bus_pop(Bus bus)
           
 boolean GstBusAPI.gst_bus_post(Bus bus, Message message)
           
 void GstBusAPI.gst_bus_set_flushing(Bus ptr, int flushing)
           
 void GstBusAPI.gst_bus_set_sync_handler(Bus bus, GstAPI.GstCallback function, com.sun.jna.Pointer data)
           
 Message GstBusAPI.gst_bus_timed_pop_filtered(Bus bus, ClockTime timeout, MessageType types)
           
 Message GstBusAPI.gst_bus_timed_pop(Bus bus, ClockTime timeout)