gstreamer.Iterator

Undocumented in source.

Public Imports

gstreamerc.gstreamertypes
public import gstreamerc.gstreamertypes;
Undocumented in source.

Members

Classes

Iterator
class Iterator

Description A GstIterator is used to retrieve multiple objects from another object in a threadsafe way. Various GStreamer objects provide access to their internal structures using an iterator. The basic use pattern of an iterator is as follows: Last reviewed on 2005-11-09 (0.9.4)

Meta