Handbook
Glossary
gst_iterator_new ( size type lock master_cookie next item resync free -- GstIterator* )
Vocabulary
gstreamer
.
ffi
Inputs
size
an
object
type
an
object
lock
an
object
master_cookie
an
object
next
an
object
item
an
object
resync
an
object
free
an
object
Outputs
GstIterator*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstIterator*
gst_iterator_new
(
guint
size,
GType
type, GMutex* lock,
guint32
master_cookie,
GstIteratorNextFunction
next,
GstIteratorItemFunction
item,
GstIteratorResyncFunction
resync,
GstIteratorFreeFunction
free )