Home
last modified time | relevance | path

Searched defs:_GstD3D11WindowClass (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window.h128 struct _GstD3D11WindowClass struct
130 GstObjectClass object_class;
132 void (*show) (GstD3D11Window * window);
134 void (*update_swap_chain) (GstD3D11Window * window);
136 void (*change_fullscreen_mode) (GstD3D11Window * window);
138 gboolean (*create_swap_chain) (GstD3D11Window * window,
145 GstFlowReturn (*present) (GstD3D11Window * window,
148 gboolean (*unlock) (GstD3D11Window * window);
150 gboolean (*unlock_stop) (GstD3D11Window * window);
152 void (*on_resize) (GstD3D11Window * window,
[all …]