Type Alias gstreamer_gl_sys::GstGLWindowCB
source · pub type GstGLWindowCB = Option<unsafe extern "C" fn(_: gpointer)>;
Aliased Type§
enum GstGLWindowCB {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}
pub type GstGLWindowCB = Option<unsafe extern "C" fn(_: gpointer)>;
enum GstGLWindowCB {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}