GstDataQueueCheckFullFunction

The prototype of the function used to inform the queue that it should be considered as full.

alias GstDataQueueCheckFullFunction = int function(GstDataQueue* queue, uint visible, uint bytes, ulong time, void* checkdata)

Return Value

TRUE if the queue should be considered full.