org.gstreamer.lowlevel
public interface GstXOverlayAPI extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstXOverlayAPI |
GSTXOVERLAY_API |
Modifier and Type | Method and Description |
---|---|
void |
gst_x_overlay_expose(XOverlayBase overlay) |
GType |
gst_x_overlay_get_type() |
void |
gst_x_overlay_got_window_handle(XOverlayBase overlay,
com.sun.jna.NativeLong xwindow_id) |
void |
gst_x_overlay_got_xwindow_id(XOverlayBase overlay,
com.sun.jna.NativeLong xwindow_id)
Deprecated.
|
void |
gst_x_overlay_handle_events(XOverlayBase overlay,
boolean handle_events) |
void |
gst_x_overlay_prepare_xwindow_id(XOverlayBase overlay) |
boolean |
gst_x_overlay_set_render_rectangle(XOverlayBase overlay,
int x,
int y,
int width,
int height) |
void |
gst_x_overlay_set_window_handle(XOverlayBase overlay,
com.sun.jna.NativeLong xwindow_id) |
void |
gst_x_overlay_set_window_handle(XOverlayBase overlay,
com.sun.jna.Pointer xwindow_id) |
void |
gst_x_overlay_set_xwindow_id(XOverlayBase overlay,
com.sun.jna.NativeLong xwindow_id)
Deprecated.
|
void |
gst_x_overlay_set_xwindow_id(XOverlayBase overlay,
com.sun.jna.Pointer xwindow_id)
Deprecated.
|
static final GstXOverlayAPI GSTXOVERLAY_API
GType gst_x_overlay_get_type()
@Deprecated void gst_x_overlay_set_xwindow_id(XOverlayBase overlay, com.sun.jna.NativeLong xwindow_id)
void gst_x_overlay_set_window_handle(XOverlayBase overlay, com.sun.jna.NativeLong xwindow_id)
@Deprecated void gst_x_overlay_set_xwindow_id(XOverlayBase overlay, com.sun.jna.Pointer xwindow_id)
void gst_x_overlay_set_window_handle(XOverlayBase overlay, com.sun.jna.Pointer xwindow_id)
@Deprecated void gst_x_overlay_got_xwindow_id(XOverlayBase overlay, com.sun.jna.NativeLong xwindow_id)
void gst_x_overlay_got_window_handle(XOverlayBase overlay, com.sun.jna.NativeLong xwindow_id)
void gst_x_overlay_prepare_xwindow_id(XOverlayBase overlay)
void gst_x_overlay_expose(XOverlayBase overlay)
void gst_x_overlay_handle_events(XOverlayBase overlay, boolean handle_events)
boolean gst_x_overlay_set_render_rectangle(XOverlayBase overlay, int x, int y, int width, int height)
Copyright © 2014. All rights reserved.