Gst.IteratorResult

The result of Gst.Iterator.prototype.next.

IteratorResult.DONE

No more items in the iterator

IteratorResult.OK

An item was retrieved

IteratorResult.RESYNC

Datastructure changed while iterating

IteratorResult.ERROR

An error happened