Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Struct Gst.Iterator

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstIterator
Struct : Iterator
  Show / Hide Inherited methods, properties and signals
GstIterator base structure. The values of this structure are protected for subclasses, use the methods to use the GstIterator.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gst.Iterator ()
Create a new Gst.Iterator
Create a new Gst.Iterator
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.format_iterate_definitions () : Gst.Iterator
Iterate all the registered formats.
Gst
Method
Gst.query_type_iterate_definitions () : Gst.Iterator
Get a GstIterator of all the registered query types.
Gst.Bin
Method
iterate_elements () : Gst.Iterator
Gets an iterator for the elements in this bin.
Gst.Bin
Method
iterate_sorted () : Gst.Iterator
Gets an iterator for the elements in this bin in topologically sorted order.
Gst.Bin
Method
iterate_recurse () : Gst.Iterator
Gets an iterator for the elements in this bin.
Gst.Bin
Method
iterate_sinks () : Gst.Iterator
Gets an iterator for all elements in the bin that have the GST_ELEMENT_IS_SINK flag set.
Gst.Bin
Method
iterate_sources () : Gst.Iterator
Gets an iterator for all elements in the bin that have no sinkpads and have the GST_ELEMENT_IS_SINK flag unset.
Gst.Bin
Method
iterate_all_by_interface (Number iface) : Gst.Iterator
Looks for all elements inside the bin that implements the given interface.
Gst.Element
Method
iterate_pads () : Gst.Iterator
Retrieves an iterattor of element's pads.
Gst.Element
Method
iterate_src_pads () : Gst.Iterator
Retrieves an iterator of element's source pads.
Gst.Element
Method
iterate_sink_pads () : Gst.Iterator
Retrieves an iterator of element's sink pads.
Gst.Pad
Method
iterate_internal_links () : Gst.Iterator
Gets an iterator for the pads to which the given pad is linked to inside of the parent element.
Gst.Pad
Method
iterate_internal_links_default () : Gst.Iterator
Iterate the list of pads to which the given pad is linked to inside of the parent element.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:54 GMT+0800 (HKT)