Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gst.Object

Class Gst.Object

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstObject
Class : Object
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
GStreamer base object class.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.child_proxy_child_added (Object object, Object child) : none
Emits the "child-added" signal.
Gst
Method
Gst.child_proxy_child_removed (Object object, Object child) : none
Emits the "child-removed" signal.
Gst
Method
Gst.child_proxy_get_property (Object object, String name, Value value) : none
Gets a single property using the GstChildProxy mechanism.
Gst
Method
Gst.child_proxy_lookup (Object object, String name, Object target, ParamSpec pspec) : Boolean
Looks up which object and GParamSpec would be effected by the given name.
Gst
Method
Gst.child_proxy_set_property (Object object, String name, Value value) : none
Sets a single property using the GstChildProxy mechanism.
Gst
Method
Gst.class_signal_emit_by_name (Object object, String name, Node self) : none
emits the named class signal.
Gst.ChildProxy
Method
get_child_by_name (String name) : Gst.Object
Looks up a child element by the given name.
Gst.ChildProxy
Method
get_child_by_index (Number index) : Gst.Object
Fetches a child by its number.
Gst.Index
Method
get_writer_id (Object writer, Object out_values) : Boolean
Before entries can be added to the index, a writer should obtain a unique id.
Gst.Message
Method
new Gst.Message.eos (Object src) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.error (Object src, Object error, String debug) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.warning (Object src, Object error, String debug) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.info (Object src, Object error, String debug) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.tag (Object src, TagList tag_list) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.tag_full (Object src, Pad pad, TagList tag_list) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.buffering (Object src, Number percent) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.state_changed (Object src, State oldstate, State newstate, State pending) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.state_dirty (Object src) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.step_done (Object src, Format format, Number amount, Number rate, Boolean flush, Boolean intermediate, Number duration, Boolean eos) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.clock_provide (Object src, Clock clock, Boolean ready) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.clock_lost (Object src, Clock clock) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.new_clock (Object src, Clock clock) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.application (Object src, Structure structure) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.element (Object src, Structure structure) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.segment_start (Object src, Format format, Number position) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.segment_done (Object src, Format format, Number position) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.duration (Object src, Format format, Number duration) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.latency (Object src) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.async_start (Object src, Boolean new_base_time) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.async_done (Object src) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.structure_change (Object src, StructureChangeType type, Element owner, Boolean busy) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.stream_status (Object src, StreamStatusType type, Element owner) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.request_state (Object src, State state) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.step_start (Object src, Boolean active, Format format, Number amount, Number rate, Boolean flush, Boolean intermediate) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.qos (Object src, Boolean live, Number running_time, Number stream_time, Number timestamp, Number duration) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.custom (MessageType type, Object src, Structure structure) : Gst.Message
Create a new Gst.Message
Gst.Pad
Method
Gst.Pad.load_and_link (Node self, Object parent) : none
Reads the pad definition from the XML node and links the given pad in the element to a pad of an element up in the hierarchy.
Gst.XML
Signal
object_loaded (XML self, Object object, void* xml_node) : none
Signals that a new object has been deserialized.
Gst.XML
Method
Gst.XML.make_element (Node cur, Object parent) : Gst.Element
Load the element from the XML description
GstBase
Method
GstBase.type_find_helper_for_buffer (Object obj, Buffer buf, TypeFindProbability prob) : Gst.Caps
Tries to find what type of data is contained in the given GstBuffer, the assumption being that the buffer represents the beginning of the stream or file.
GstBase
Method
GstBase.type_find_helper_for_extension (Object obj, String extension) : Gst.Caps
Tries to find the best GstCaps associated with extension.
GstBase
Method
GstBase.type_find_helper_get_range (Object obj, Function func, Number size, TypeFindProbability prob) : Gst.Caps
Utility function to do pull-based typefinding.
GstBase
Method
GstBase.type_find_helper_get_range_ext (Object obj, Function func, Number size, String extension, TypeFindProbability prob) : Gst.Caps
Utility function to do pull-based typefinding.
GstInterfaces
Method
GstInterfaces.navigation_message_new_angles_changed (Object src, Number cur_angle, Number n_angles) : Gst.Message
Creates a new GstNavigation message with type GST_NAVIGATION_MESSAGE_ANGLES_CHANGED for notifying an application that the current angle, or current number of angles available in a multiangle video has changed.
GstInterfaces
Method
GstInterfaces.navigation_message_new_commands_changed (Object src) : Gst.Message
Creates a new GstNavigation message with type GST_NAVIGATION_MESSAGE_COMMANDS_CHANGED
GstInterfaces
Method
GstInterfaces.navigation_message_new_mouse_over (Object src, Boolean active) : Gst.Message
FALSE if it over a non-clickable area.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:52 GMT+0800 (HKT)