gtk-d v3.7.1 (2017-11-01T22:01:07Z)
Home
Dub
Repo
DataQueue.this
gst
base
DataQueue
DataQueue
Sets our main struct and passes it to the parent class.
this
(GstDataQueue* gstDataQueue, bool ownedRef)
class
DataQueue
this
(
GstDataQueue
*
gstDataQueue
,
bool
ownedRef
= false
)
this
(GstDataQueueCheckFullFunction checkfull, GstDataQueueFullCallback fullcallback, GstDataQueueEmptyCallback emptycallback, void* checkdata)
Meta
Source
See Implementation
gst
base
DataQueue
DataQueue
classes
OnEmptyDelegateWrapper
OnFullDelegateWrapper
constructors
this
functions
addOnEmpty
addOnFull
dropHead
flush
getDataQueueStruct
getLevel
getStruct
isEmpty
isFull
limitsChanged
peek
pop
push
pushForce
setFlushing
setStruct
static functions
callBackEmpty
callBackEmptyDestroy
callBackFull
callBackFullDestroy
getType
variables
gstDataQueue
onEmptyListeners
onFullListeners
Sets our main struct and passes it to the parent class.