| Import line: | Gst = imports.gi.Gst; |
| GIR File: | Gst-0.10.gir |
| C documentation: | GstIndexLookupMethod |
| Enum : | IndexLookupMethod |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gst.IndexLookupMethod.AFTER : 2
|
|
|
Number Gst.IndexLookupMethod.BEFORE : 1
|
|
|
Number Gst.IndexLookupMethod.EXACT : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gst.Index
Method |
get_assoc_entry
(Number id, IndexLookupMethod method, AssocFlags flags, Format format, Number value)
:
Gst.IndexEntry
Finds the given format/value in the index
|
|
Gst.Index
Method |
get_assoc_entry_full
(Number id, IndexLookupMethod method, AssocFlags flags, Format format, Number value, Function func, void* user_data)
:
Gst.IndexEntry
Finds the given format/value in the index with the given compare function and user_data.
|