| Import line: | Gst = imports.gi.Gst; |
| GIR File: | Gst-0.10.gir |
| C documentation: | GstAssocFlags |
| Enum : | AssocFlags |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gst.AssocFlags.DELTA_UNIT : 2
|
|
|
Number Gst.AssocFlags.KEY_UNIT : 1
|
|
|
Number Gst.AssocFlags.LAST : 256
|
|
|
Number Gst.AssocFlags.NONE : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gst.Index
Method |
Associate given format/value pairs with each other.
|
|
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.
|