IteratorResult
Description:
[ CCode ( cprefix = "GST_ITERATOR_" , type_id = "gst_iterator_result_get_type ()" ) ]
public enum IteratorResult
Content:
Enum values:
- DONE - No more items in the iterator
- ERROR - An error happened
- OK - An item was retrieved
- RESYNC - Datastructure changed while
iterating