Type Alias gstreamer_gl_sys::GstGLBaseMemoryAllocatorAllocFunction
source · pub type GstGLBaseMemoryAllocatorAllocFunction = Option<unsafe extern "C" fn(_: *mut GstGLBaseMemoryAllocator, _: *mut GstGLAllocationParams) -> *mut GstGLBaseMemory>;
Aliased Type§
enum GstGLBaseMemoryAllocatorAllocFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstGLBaseMemoryAllocator, _: *mut GstGLAllocationParams) -> *mut GstGLBaseMemory),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut GstGLBaseMemoryAllocator, _: *mut GstGLAllocationParams) -> *mut GstGLBaseMemory)
Some value of type T
.