GLAllocationParams

Constructors

this
this(size_t structSize, GstGLAllocationParamsFreeFunc free, uint allocFlags, size_t allocSize, gst.allocation_params.AllocationParams allocParams, gstgl.glcontext.GLContext context, GDestroyNotify notify)

Create a glallocation_params.GLAllocationParams boxed type.

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr(Flag!"Dup" dup)
copy
gstgl.glallocation_params.GLAllocationParams copy()
copyData
void copyData(gstgl.glallocation_params.GLAllocationParams dest)

Copies the dynamically allocated data from src to dest. Direct subclasses should call this function in their own overridden copy function.

freeData
void freeData()

Frees the dynamically allocated data in params. Direct subclasses should call this function in their own overridden free function.

self
GLAllocationParams self()

Returns this, for use in with statements.

Properties

allocFlags
uint allocFlags [@property getter]

Get field allocFlags.

allocFlags
uint allocFlags [@property setter]

Set field allocFlags.

allocParams
gst.allocation_params.AllocationParams allocParams [@property getter]

Get field allocParams.

allocParams
gst.allocation_params.AllocationParams allocParams [@property setter]

Set field allocParams.

allocSize
size_t allocSize [@property getter]

Get field allocSize.

allocSize
size_t allocSize [@property setter]

Set field allocSize.

context
gstgl.glcontext.GLContext context [@property getter]

Get field context.

context
gstgl.glcontext.GLContext context [@property setter]

Set field context.

free
GstGLAllocationParamsFreeFunc free [@property getter]

Get field free.

free
GstGLAllocationParamsFreeFunc free [@property setter]

Set field free.

gType
GType gType [@property getter]
notify
GDestroyNotify notify [@property getter]

Get field notify.

notify
GDestroyNotify notify [@property setter]

Set field notify.

structSize
size_t structSize [@property getter]

Get field structSize.

structSize
size_t structSize [@property setter]

Set field structSize.

Static functions

getGType
GType getGType()

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

getType
GType getType()

Get the GType of this boxed type.

gType
GType gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.