gtk-d v2.4.0 (2014-08-04T21:05:35Z)
Home
Dub
Repo
Bin.addOnElementAdded
gstreamer
Bin
Bin
Will be emitted after the element was added to the bin.
class
Bin
void
addOnElementAdded
(
void
delegate
(
Element
,
Bin
)
dlg
,
ConnectFlags
connectFlags
= cast(
ConnectFlags
)0
)
Meta
Source
See Implementation
gstreamer
Bin
Bin
constructors
this
functions
add
addOnDoLatency
addOnElementAdded
addOnElementRemoved
findUnlinkedPad
getBinStruct
getByInterface
getByName
getByNameRecurseUp
getStruct
iterateAllByInterface
iterateElements
iterateRecurse
iterateSinks
iterateSorted
iterateSources
recalculateLatency
remove
setStruct
static functions
callBackDoLatency
callBackElementAdded
callBackElementRemoved
variables
connectedSignals
gstBin
onDoLatencyListeners
onElementAddedListeners
onElementRemovedListeners
Will be emitted after the element was added to the bin.