| Import line: | Gst = imports.gi.Gst; |
| GIR File: | Gst-0.10.gir |
| C documentation: | GstIteratorResult |
| Enum : | IteratorResult |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gst.IteratorResult.DONE : 0
|
|
|
Number Gst.IteratorResult.ERROR : 3
|
|
|
Number Gst.IteratorResult.OK : 1
|
|
|
Number Gst.IteratorResult.RESYNC : 2
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gst.Iterator
Method |
next
(void* elem)
:
Gst.IteratorResult
Get the next item from the iterator in elem.
|
|
Gst.Iterator
Method |
Folds func over the elements of iter.
|
|
Gst.Iterator
Method |
Iterate over all element of it and call the given function func for each element.
|