gtk-d v3.7.1 (2017-11-01T22:01:07Z)
Home
Dub
Repo
DataQueue.OnFullDelegateWrapper
gst
base
DataQueue
DataQueue
Undocumented in source.
class
DataQueue
protected
class
OnFullDelegateWrapper {
void
delegate
(
DataQueue
)
dlg
;
gulong
handlerId
;
this
(void delegate(DataQueue) dlg);
void
remove
(OnFullDelegateWrapper source);
}
Constructors
this
this
(void delegate(DataQueue) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnFullDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
DataQueue
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
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