Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.QueryType

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstQueryType
Enum : QueryType
  Show / Hide Inherited methods, properties and signals
0.10.20. 0.10.22. Standard predefined Query types
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.query_type_get_by_nick (String nick) : Gst.QueryType
Get the query type registered with nick.
Gst
Method
Gst.query_type_get_details (QueryType type) : Gst.QueryTypeDefinition
Get details about the given GstQueryType.
Gst
Method
Gst.query_type_get_name (QueryType query) : String
Get a printable name for the given query type.
Gst
Method
Gst.query_type_register (String nick, String description) : Gst.QueryType
Create a new GstQueryType based on the nick or return an already registered query with that nick with the same nick.
Gst
Method
Gst.query_type_to_quark (QueryType query) : Number
Get the unique quark for the given query type.
Gst
Method
Gst.query_types_contains (QueryType types, QueryType type) : Boolean
See if the given GstQueryType is inside the types query types array.
Gst.Element
Method
get_query_types () : Gst.QueryType
Get an array of query types from the element.
Gst.Pad
Method
get_query_types () : Gst.QueryType
Get an array of supported queries that can be performed on this pad.
Gst.Pad
Method
get_query_types_default () : Gst.QueryType
Invoke the default dispatcher for the query types on the pad.
Gst.Query
Method
new Gst.Query.application (QueryType type, Structure structure) : Gst.Query
Create a new Gst.Query
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:56 GMT+0800 (HKT)