Package | Description |
---|---|
org.gstreamer.interfaces | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
static XOverlay |
XOverlay.wrap(Element element)
Wraps the
Element in a XOverlay interface |
Modifier and Type | Method and Description |
---|---|
void |
GstXOverlayAPI.gst_x_overlay_expose(XOverlay overlay) |
void |
GstXOverlayAPI.gst_x_overlay_got_window_handle(XOverlay overlay,
com.sun.jna.NativeLong xwindow_id) |
void |
GstXOverlayAPI.gst_x_overlay_got_xwindow_id(XOverlay overlay,
com.sun.jna.NativeLong xwindow_id)
Deprecated.
|
void |
GstXOverlayAPI.gst_x_overlay_handle_events(XOverlay overlay,
boolean handle_events) |
void |
GstXOverlayAPI.gst_x_overlay_prepare_xwindow_id(XOverlay overlay) |
boolean |
GstXOverlayAPI.gst_x_overlay_set_render_rectangle(XOverlay overlay,
int x,
int y,
int width,
int height) |
void |
GstXOverlayAPI.gst_x_overlay_set_window_handle(XOverlay overlay,
com.sun.jna.NativeLong xwindow_id) |
void |
GstXOverlayAPI.gst_x_overlay_set_window_handle(XOverlay overlay,
com.sun.jna.Pointer xwindow_id) |
void |
GstXOverlayAPI.gst_x_overlay_set_xwindow_id(XOverlay overlay,
com.sun.jna.NativeLong xwindow_id)
Deprecated.
|
void |
GstXOverlayAPI.gst_x_overlay_set_xwindow_id(XOverlay overlay,
com.sun.jna.Pointer xwindow_id)
Deprecated.
|