Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Struct Gst.Query

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstQuery
Struct : Query
  Show / Hide Inherited methods, properties and signals
The GstQuery structure.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gst.Query ()
Create a new Gst.Query
Create a new Gst.Query
 
 
new Gst.Query.formats () : Gst.Query
Create a new Gst.Query
Create a new Gst.Query
Returns:
Gst.Query
 
 
new Gst.Query.latency () : Gst.Query
Create a new Gst.Query
Create a new Gst.Query
Returns:
Gst.Query
 
 
new Gst.Query.uri () : Gst.Query
Create a new Gst.Query
Create a new Gst.Query
Returns:
Gst.Query
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst.Element
Method
query (Query query) : Boolean
Performs a query on the given element.
Gst.Pad
Method
query (Query query) : Boolean
Dispatches a query to a pad.
Gst.Pad
Method
peer_query (Query query) : Boolean
Performs gst_pad_query() on the peer of pad.
Gst.Pad
Method
query_default (Query query) : Boolean
Invokes the default query handler for the given pad.
GstInterfaces
Method
GstInterfaces.navigation_query_get_type (Query query) : GstInterfaces.NavigationQueryType
Inspect a GstQuery and return the GstNavigationQueryType associated with it if it is a GstNavigation query.
GstInterfaces
Method
GstInterfaces.navigation_query_new_angles () : Gst.Query
Create a new GstNavigation angles query.
GstInterfaces
Method
GstInterfaces.navigation_query_new_commands () : Gst.Query
Create a new GstNavigation commands query.
GstInterfaces
Method
GstInterfaces.navigation_query_parse_angles (Query query, Object out_values) : Boolean
angle value from the query, or NULL value from the query, or NULL Parse the current angle number in the GstNavigation angles query into the guint pointed to by the cur_angle variable, and the number of available angles into the guint pointed to by the n_angles variable.
GstInterfaces
Method
GstInterfaces.navigation_query_parse_commands_length (Query query, Object out_values) : Boolean
Parse the number of commands in the GstNavigation commands query.
GstInterfaces
Method
GstInterfaces.navigation_query_parse_commands_nth (Query query, Number nth, NavigationCommand cmd) : Boolean
Parse the GstNavigation command query and retrieve the nth command from it into cmd.
GstInterfaces
Method
GstInterfaces.navigation_query_set_angles (Query query, Number cur_angle, Number n_angles) : none
Set the GstNavigation angles query result field in query.
GstInterfaces
Method
GstInterfaces.navigation_query_set_commandsv (Query query, Number n_cmds, NavigationCommand cmds) : none
Set the GstNavigation command query result fields in query.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:54 GMT+0800 (HKT)