gstbase.queue_array

Module for [QueueArray] class

Types 1

#GstQueueArray is an object that provides standard queue functionality based on an array instead of linked lists. This reduces the overhead caused by memory management by a large factor.

Fields
GstQueueArray * _cInstancePtr
bool owned
Methods
void * _cPtr()
void pushTailStruct(void * pStruct = null)
Constructors
this(void * ptr, Flag!"Take" take)