QueryTypeFlags#

class QueryTypeFlags#

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

Fields#

class QueryTypeFlags
DOWNSTREAM#

Set if the query can travel downstream.

SERIALIZED#

Set if the query should be serialized with data flow.

UPSTREAM#

Set if the query can travel upstream.