Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstQuery |
Struct : | Query |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_gst_reserved : void*
|
Gst.Query | |
mini_object : Gst.MiniObject
|
Gst.Query | |
structure : Gst.Structure
|
Gst.Query | |
type : Gst.QueryType
|
Gst.Query |
Method / Constructor | Defined By | |
---|---|---|
new Gst.Query
()
Create a new Gst.Query
Create a new Gst.Query
|
||
Create a new Gst.Query
Create a new Gst.Query
|
||
Create a new Gst.Query
Create a new Gst.Query
|
||
Create a new Gst.Query
Create a 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
|
||
new Gst.Query.latency
()
:
Gst.Query
Create a new Gst.Query
Create a new Gst.Query
|
||
Create a new Gst.Query
Create a new Gst.Query
|
||
Create a new Gst.Query
Create a new Gst.Query
|
||
Create a new Gst.Query
Create a new Gst.Query
|
||
new Gst.Query.uri
()
:
Gst.Query
Create a new Gst.Query
Create a new Gst.Query
|
||
get_structure
()
:
Gst.Structure
Get the structure of a query.
Get the structure of a query. by the query and will therefore be freed when the query is unreffed.
|
Gst.Query | |
parse_buffering_percent
()
:
Object
|
Gst.Query | |
Parse an available query, writing the format into format, and other results into the passed parameters, if the respective parameters are non-NULL
Parse an available query, writing the format into format, and other results into the passed parameters, if the respective parameters are non-NULL
|
Gst.Query | |
parse_buffering_stats
(BufferingMode mode)
:
Object
Extracts the buffering stats values from query.
Extracts the buffering stats values from query.
|
Gst.Query | |
Parse a convert query answer.
Parse a convert query answer. Any of src_format, src_value, dest_format, and dest_value may be NULL, in which case that value is omitted.
|
Gst.Query | |
Parse a duration query answer.
Parse a duration query answer. Write the format of the duration into format, and the value into duration, if the respective variables are non-NULL.
|
Gst.Query | |
parse_formats_length
()
:
Number
Parse the number of formats in the formats query.
Parse the number of formats in the formats query.
|
Gst.Query | |
Parse the format query and retrieve the nth format from it into set to GST_FORMAT_UNDEFINED.
Parse the format query and retrieve the nth format from it into set to GST_FORMAT_UNDEFINED.
|
Gst.Query | |
Gst.Query | ||
Parse a position query, writing the format into format, and the position into cur, if the respective parameters are non-NULL.
Parse a position query, writing the format into format, and the position into cur, if the respective parameters are non-NULL.
|
Gst.Query | |
Parse a seeking query, writing the format into format, and other results into the passed parameters, if the respective parameters are non-NULL
Parse a seeking query, writing the format into format, and other results into the passed parameters, if the respective parameters are non-NULL
|
Gst.Query | |
Parse a segment query answer.
Parse a segment query answer. Any of rate, format, start_value, and See gst_query_set_segment() for an explanation of the function arguments.
|
Gst.Query | |
parse_uri
(Array uri)
:
none
Parse an URI query, writing the URI into uri as a newly allocated string, if the respective parameters are non-NULL.
Parse an URI query, writing the URI into uri as a newly allocated string, if the respective parameters are non-NULL. Free the string with g_free() after usage.
|
Gst.Query | |
Gst.Query | ||
Set the available query result fields in query.
Set the available query result fields in query.
|
Gst.Query | |
set_buffering_stats
(BufferingMode mode, Number avg_in, Number avg_out, Number buffering_left)
:
none
Configures the buffering stats values in query.
Configures the buffering stats values in query.
|
Gst.Query | |
Answer a convert query by setting the requested values.
Answer a convert query by setting the requested values.
|
Gst.Query | |
Answer a duration query by setting the requested value in the given format.
Answer a duration query by setting the requested value in the given format.
|
Gst.Query | |
Set the formats query result fields in query.
Set the formats query result fields in query. The number of formats passed in the formats array must be equal to n_formats.
|
Gst.Query | |
Gst.Query | ||
Answer a position query by setting the requested value in the given format.
Answer a position query by setting the requested value in the given format.
|
Gst.Query | |
Set the seeking query result fields in query.
Set the seeking query result fields in query.
|
Gst.Query | |
Answer a segment query by setting the requested values.
Answer a segment query by setting the requested values. The normal playback segment of a pipeline is 0 to duration at the default rate of 1.0. If a seek was performed on the pipeline to play a different segment, this query will return the range specified in the last seek. playback range start and stop values expressed in format. The values are always between 0 and the duration of the media and negative rates, playback will actually happen from stop_value to
|
Gst.Query | |
set_uri
(String uri)
:
none
Answer a URI query by setting the requested URI.
Answer a URI query by setting the requested URI.
|
Gst.Query |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst.Element
Method |
Performs a query on the given element.
|
Gst.Pad
Method |
Dispatches a query to a pad.
|
Gst.Pad
Method |
Performs gst_pad_query() on the peer of pad.
|
Gst.Pad
Method |
Invokes the default query handler for the given pad.
|
GstInterfaces
Method |
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 |
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 |
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 |
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.
|