Package ch.bailu.gtk.gst
Schnittstelle TracerValueFlags
public interface TracerValueFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the value is a combined figure, since the
start of tracing.static final int
no flagsstatic final int
the value is optional.
-
Felddetails
-
NONE
static final int NONEno flags- Siehe auch:
-
OPTIONAL
static final int OPTIONALthe 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().- Siehe auch:
-
AGGREGATED
static final int AGGREGATEDthe value is a combined figure, since the
start of tracing. Examples are averages or timestamps.- Siehe auch:
-