Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstQueryType |
Enum : | QueryType |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gst.QueryType.BUFFERING : 10
|
|
Number Gst.QueryType.CONVERT : 8
|
|
Number Gst.QueryType.CUSTOM : 11
|
|
Number Gst.QueryType.DURATION : 2
|
|
Number Gst.QueryType.FORMATS : 9
|
|
Number Gst.QueryType.JITTER : 4
|
|
Number Gst.QueryType.LATENCY : 3
|
|
Number Gst.QueryType.NONE : 0
|
|
Number Gst.QueryType.POSITION : 1
|
|
Number Gst.QueryType.RATE : 5
|
|
Number Gst.QueryType.SEEKING : 6
|
|
Number Gst.QueryType.SEGMENT : 7
|
|
Number Gst.QueryType.URI : 12
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst
Method |
Get the query type registered with nick.
|
Gst
Method |
Get details about the given GstQueryType.
|
Gst
Method |
Get a printable name for the given query type.
|
Gst
Method |
Create a new GstQueryType based on the nick or return an already registered query with that nick with the same nick.
|
Gst
Method |
Get the unique quark for the given query type.
|
Gst
Method |
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 |
Create a new Gst.Query
|