:right-sidebar: True TracerValueFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: TracerValueFlags :no-contents-entry: Flag that describe the value. These flags help applications processing the logs to understand the values. Fields ------ .. rst-class:: interim-class .. class:: TracerValueFlags :no-index: .. attribute:: AGGREGATED The value is a combined figure, since the start of tracing. Examples are averages or timestamps. .. attribute:: NONE No flags .. attribute:: OPTIONAL The value is optional. When using this flag one need to have an additional boolean arg before this value in the var-args list passed to :func:`~gi.repository.Gst.TracerRecord.log`.