Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Struct Gst.IndexEntry

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstIndexEntry
Struct : IndexEntry
  Show / Hide Inherited methods, properties and signals
The basic element of an index.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gst.IndexEntry ()
Create a new Gst.IndexEntry
Create a new Gst.IndexEntry
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst.Index
Signal
entry_added (Index self, IndexEntry object) : none
Gst.Index
Method
add_format (Number id, Format format) : Gst.IndexEntry
Adds a format entry into the index.
Gst.Index
Method
add_associationv (Number id, AssocFlags flags, Number n, IndexAssociation list) : Gst.IndexEntry
Associate given format/value pairs with each other.
Gst.Index
Method
add_object (Number id, String key, Number type, void* object) : Gst.IndexEntry
Add the given object to the index with the given key.
Gst.Index
Method
add_id (Number id, String description) : Gst.IndexEntry
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:54 GMT+0800 (HKT)