org.gstreamer.lowlevel
Interface GstXOverlayAPI
- All Superinterfaces:
- com.sun.jna.Library
public interface GstXOverlayAPI
- extends com.sun.jna.Library
Nested classes/interfaces inherited from interface com.sun.jna.Library |
com.sun.jna.Library.Handler |
Fields inherited from interface com.sun.jna.Library |
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
GSTXOVERLAY_API
static final GstXOverlayAPI GSTXOVERLAY_API
gst_x_overlay_get_type
GType gst_x_overlay_get_type()
gst_x_overlay_set_xwindow_id
void gst_x_overlay_set_xwindow_id(XOverlay overlay,
com.sun.jna.NativeLong xwindow_id)
gst_x_overlay_set_xwindow_id
void gst_x_overlay_set_xwindow_id(XOverlay overlay,
com.sun.jna.Pointer xwindow_id)
gst_x_overlay_got_xwindow_id
void gst_x_overlay_got_xwindow_id(XOverlay overlay,
com.sun.jna.NativeLong xwindow_id)
gst_x_overlay_prepare_xwindow_id
void gst_x_overlay_prepare_xwindow_id(XOverlay overlay)
gst_x_overlay_expose
void gst_x_overlay_expose(XOverlay overlay)
gst_x_overlay_handle_events
void gst_x_overlay_handle_events(XOverlay overlay,
boolean handle_events)