Packages
gstreamer-0.10
Gst
QueryType
BUFFERING
CONVERT
CUSTOM
DURATION
FORMATS
JITTER
LATENCY
NONE
POSITION
RATE
SEEKING
SEGMENT
URI
get_by_nick
iterate_definitions
register
get_details
get_name
to_quark
to_string
Stays crunchy ...
... even in milk.
Valadoc
Vala
Tutorial
Vala Journal
API-References
Markup
About
QueryType
Description:
public
enum
QueryType
Standard predefined Query types
Namespace:
Gst
Package:
gstreamer-0.10
Content:
Enum values:
NONE
-
POSITION
-
DURATION
-
LATENCY
-
JITTER
-
RATE
-
SEEKING
-
SEGMENT
-
CONVERT
-
FORMATS
-
BUFFERING
-
CUSTOM
-
URI
-
Static methods:
public
static
QueryType
get_by_nick
()
Get the query type registered with
nick
.
public
static
Iterator
<
QueryTypeDefinition
>
iterate_definitions
()
Get a
Iterator
of all the registered query types.
public
static
QueryType
register
(
string
nick,
string
description)
Create a new GstQueryType based on the nick or return an already registered query with that nick
Methods:
public
Quark
to_quark
()
Get the unique quark for the given query type.
public
unowned
string
get_name
()
public
QueryTypeDefinition
get_details
()
Get details about the given
QueryType
.
public
unowned
string
to_string
()
Get a printable name for the given query type.