Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.elements | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
Bus |
Pipeline.getBus()
Gets the
Bus this pipeline uses for messages. |
Bus |
Element.getBus()
Get the bus of the element.
|
Modifier and Type | Method and Description |
---|---|
void |
Bus.MESSAGE.busMessage(Bus bus,
Message message)
|
Modifier and Type | Method and Description |
---|---|
void |
OSXVideoSink.listenForNewViews(Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
GstBusAPI.gst_bus_new() |
Bus |
GstElementAPI.gst_element_get_bus(Element element) |
Bus |
GstPipelineAPI.gst_pipeline_get_bus(Pipeline pipeline) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2014. All rights reserved.