set_window_handle


Description:

public abstract void set_window_handle (uint* handle)

This will call the video overlay's set_window_handle method.

You should use this method to tell to an overlay to display video output to a specific window (e.g. an XWindow on X11). Passing 0 as the handle will tell the overlay to stop using that window and create an internal one.

Parameters:

this

a Overlay to set the window on.

handle

a handle referencing the window.