Schnittstelle Bin.OnDoLatency

Umschließende Klasse:
Bin
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface Bin.OnDoLatency
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    Will be emitted when the bin needs to perform latency calculations.
  • Methodendetails

    • onDoLatency

      boolean onDoLatency()
      Will be emitted when the bin needs to perform latency calculations. This
      signal is only emitted for toplevel bins or when #GstBin:async-handling is
      enabled.

      Only one signal handler is invoked. If no signals are connected, the
      default handler is invoked, which will query and distribute the lowest
      possible latency to all sinks.

      Connect to this signal if the default latency calculations are not
      sufficient, like when you need different latencies for different sinks in
      the same pipeline.
      Gibt zurück: