Iterator.this
- this(GstIterator* gstIterator)
- this(uint size, GType type, Mutex lock, uint masterCookie, GstIteratorCopyFunction copy, GstIteratorNextFunction next, GstIteratorItemFunction item, GstIteratorResyncFunction resync, GstIteratorFreeFunction free)
- this(GType type, Mutex lock, uint* masterCookie, ListG list, ObjectG owner, GstIteratorItemFunction item)
- this(GType type, Value object)
gstreamer Iterator Iterator
constructorsfunctionsvariables
This GstIterator is a convenient iterator for the common case where a GstIterator needs to be returned but only a single object has to be considered. This happens often for the GstPadIterIntLinkFunction.