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

_gType
GType _gType [@property getter]
allocFlags
uint allocFlags [@property getter]

Get allocFlags field.

allocFlags
uint allocFlags [@property setter]

Set allocFlags field.

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

Get allocParams field.

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

Set allocParams field.

allocSize
size_t allocSize [@property getter]

Get allocSize field.

allocSize
size_t allocSize [@property setter]

Set allocSize field.

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

Get context field.

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

Set context field.

free
GstGLAllocationParamsFreeFunc free [@property getter]

Get free field.

free
GstGLAllocationParamsFreeFunc free [@property setter]

Set free field.

notify
GDestroyNotify notify [@property getter]

Get notify field.

notify
GDestroyNotify notify [@property setter]

Set notify field.

structSize
size_t structSize [@property getter]

Get structSize field.

structSize
size_t structSize [@property setter]

Set structSize field.

Static functions

_getGType
GType _getGType()

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

_getGType
GType _getGType()

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.