- expose
void function(GstVideoOverlay* overlay) expose;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- handleEvents
void function(GstVideoOverlay* overlay, int handleEvents) handleEvents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- iface
GTypeInterface iface;
Undocumented in source.
- setRenderRectangle
void function(GstVideoOverlay* overlay, int x, int y, int width, int height) setRenderRectangle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setWindowHandle
void function(GstVideoOverlay* overlay, guintptr handle) setWindowHandle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GstVideoOverlay interface GTypeInterface iface; parent interface type. expose () virtual method to handle expose events handle_events () virtual method to handle events set_render_rectangle () virtual method to set the render rectangle set_window_handle () virtual method to configure the window handle