:right-sidebar: True QueryTypeFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: QueryTypeFlags :no-contents-entry: :obj:`~gi.repository.Gst.QueryTypeFlags` indicate the aspects of the different :obj:`~gi.repository.Gst.QueryType` values. You can get the type flags of a :obj:`~gi.repository.Gst.QueryType` with the gst_query_type_get_flags() function. Fields ------ .. rst-class:: interim-class .. class:: QueryTypeFlags :no-index: .. attribute:: DOWNSTREAM Set if the query can travel downstream. .. attribute:: SERIALIZED Set if the query should be serialized with data flow. .. attribute:: UPSTREAM Set if the query can travel upstream.