Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstIndexEntry |
Struct : | IndexEntry |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
id : Number
|
Gst.IndexEntry | |
type : Gst.IndexEntryType
|
Gst.IndexEntry |
Method / Constructor | Defined By | |
---|---|---|
new Gst.IndexEntry
()
Create a new Gst.IndexEntry
Create a new Gst.IndexEntry
|
||
Gets alternative formats associated with the indexentry.
Gets alternative formats associated with the indexentry. format.
|
Gst.IndexEntry | |
copy
()
:
Gst.IndexEntry
Copies an entry and returns the result.
Copies an entry and returns the result.
|
Gst.IndexEntry | |
free
()
:
none
Free the memory used by the given entry.
Free the memory used by the given entry.
|
Gst.IndexEntry |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst.Index
Signal |
entry_added
(Index self, IndexEntry object)
:
none
|
Gst.Index
Method |
Adds a format entry into the index.
|
Gst.Index
Method |
Associate given format/value pairs with each other.
|
Gst.Index
Method |
Add the given object to the index with the given key.
|
Gst.Index
Method |
Add an id entry into the index.
|
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.
|