GstAllocator

Undocumented in source.

Members

Variables

GstReserved
void*[2] GstReserved;
Undocumented in source.
memCopy
GstMemoryCopyFunction memCopy;

the implementation of the GstMemoryCopyFunction

memIsSpan
GstMemoryIsSpanFunction memIsSpan;

the implementation of the GstMemoryIsSpanFunction

memMap
GstMemoryMapFunction memMap;

the implementation of the GstMemoryMapFunction

memMapFull
GstMemoryMapFullFunction memMapFull;

the implementation of the GstMemoryMapFullFunction. Will be used instead of @mem_map if present. (Since 1.6)

memShare
GstMemoryShareFunction memShare;

the implementation of the GstMemoryShareFunction

memType
const(char)* memType;
Undocumented in source.
memUnmap
GstMemoryUnmapFunction memUnmap;

the implementation of the GstMemoryUnmapFunction

memUnmapFull
GstMemoryUnmapFullFunction memUnmapFull;

the implementation of the GstMemoryUnmapFullFunction. Will be used instead of @mem_unmap if present. (Since 1.6)

object
GstObject object;
Undocumented in source.
priv
GstAllocatorPrivate* priv;
Undocumented in source.

Meta