gtk-d v3.6.1 (2017-04-24T17:21:39Z)
Home
Dub
Repo
StreamCollection.OnStreamNotifyDelegateWrapper
gstreamer
StreamCollection
StreamCollection
Undocumented in source.
class
StreamCollection
protected
class
OnStreamNotifyDelegateWrapper {
static
OnStreamNotifyDelegateWrapper
[]
listeners
;
void
delegate
(
Stream
,
ParamSpec
,
StreamCollection
)
dlg
;
gulong
handlerId
;
this
(void delegate(Stream, ParamSpec, StreamCollection) dlg);
void
remove
(OnStreamNotifyDelegateWrapper source);
}
Constructors
this
this
(void delegate(Stream, ParamSpec, StreamCollection) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnStreamNotifyDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnStreamNotifyDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
Stream
,
ParamSpec
,
StreamCollection
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gstreamer
StreamCollection
StreamCollection
classes
OnStreamNotifyDelegateWrapper
constructors
this
functions
addOnStreamNotify
addStream
getSize
getStream
getStreamCollectionStruct
getStruct
getUpstreamId
setStruct
static functions
callBackStreamNotify
callBackStreamNotifyDestroy
getType
variables
gstStreamCollection