Enumeration (GI Flags)

Gst-1.0GstQueryTypeFlags

Gst.QueryTypeFlags indicate the aspects of the different Gst.QueryType values. You can get the type flags of a Gst.QueryType with the gst_query_type_get_flags() function.

Index
DOWNSTREAM: 2

Set if the query can travel downstream.

SERIALIZED: 4

Set if the query should be serialized with data flow.

UPSTREAM: 1

Set if the query can travel upstream.

Variables

$gtype