Module: Gst::TracerValueFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
no flags
0 or :none
- 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 gst_tracer_record_log().
1 or :optional
- AGGREGATED =
the value is a combined figure, since the start of tracing. Examples are averages or timestamps.
2 or :aggregated