Schnittstelle TracerValueFlags


public interface TracerValueFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the value is a combined figure, since the
    start of tracing.
    static final int
    no flags
    static final int
    the value is optional.
  • Felddetails

    • NONE

      static final int NONE
      no flags
      Siehe auch:
    • OPTIONAL

      static final int 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().
      Siehe auch:
    • AGGREGATED

      static final int AGGREGATED
      the value is a combined figure, since the
      start of tracing. Examples are averages or timestamps.
      Siehe auch: