Schnittstelle StreamCollection.OnStreamNotify

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

@FunctionalInterface public static interface StreamCollection.OnStreamNotify
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onStreamNotify(Stream prop_stream, ParamSpec prop)
    The stream notify signal is used to be notified of property changes to
    streams within the collection.
  • Methodendetails

    • onStreamNotify

      void onStreamNotify(@Nonnull Stream prop_stream, @Nonnull ParamSpec prop)
      The stream notify signal is used to be notified of property changes to
      streams within the collection.
      Parameter:
      prop_stream - the #GstStream that originated the signal
      prop - the property that changed