AllocationParams

Parameters to control the allocation of memory

Constructors

this
this(GstAllocationParams* gstAllocationParams, bool ownedRef)

Sets our main struct and passes it to the parent class.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

copy
AllocationParams copy()

Create a copy of @params.

free
void free()

Free @params

getAllocationParamsStruct
GstAllocationParams* getAllocationParamsStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

init
void init()

Initialize @params to its default values

Static functions

getType
GType getType()

Variables

gstAllocationParams
GstAllocationParams* gstAllocationParams;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta