:right-sidebar: True QueryType =================================================================== .. currentmodule:: gi.repository.Gst .. class:: QueryType :no-contents-entry: Standard predefined Query types Methods ------- .. rst-class:: interim-class .. class:: QueryType :no-index: .. method:: get_flags(type: ~gi.repository.Gst.QueryType) -> ~gi.repository.Gst.QueryTypeFlags Gets the :obj:`~gi.repository.Gst.QueryTypeFlags` associated with ``type``. :param type: a :obj:`~gi.repository.Gst.QueryType` .. method:: get_name(type: ~gi.repository.Gst.QueryType) -> str Get a printable name for the given query type. Do not modify or free. :param type: the query type .. method:: to_quark(type: ~gi.repository.Gst.QueryType) -> int Get the unique quark for the given query type. :param type: the query type Fields ------ .. rst-class:: interim-class .. class:: QueryType :no-index: .. attribute:: ACCEPT_CAPS The accept caps query .. attribute:: ALLOCATION The buffer allocation properties .. attribute:: BITRATE The bitrate query (since 1.16) .. attribute:: BUFFERING Query available media for efficient seeking. .. attribute:: CAPS The caps query .. attribute:: CONTEXT Query the pipeline-local context from downstream or upstream (since 1.2) .. attribute:: CONVERT Convert values between formats .. attribute:: CUSTOM A custom application or element defined query. .. attribute:: DRAIN Wait till all serialized data is consumed downstream .. attribute:: DURATION Total duration of the stream .. attribute:: FORMATS Query supported formats for convert .. attribute:: JITTER Current jitter of stream .. attribute:: LATENCY Latency of stream .. attribute:: POSITION Current position in stream .. attribute:: RATE Current rate of the stream .. attribute:: SCHEDULING The scheduling properties .. attribute:: SEEKING Seeking capabilities .. attribute:: SEGMENT Segment start/stop positions .. attribute:: SELECTABLE Query stream selection capability. .. versionadded:: 1.22 .. attribute:: UNKNOWN Unknown query type .. attribute:: URI Query the URI of the source or sink.