Package ch.bailu.gtk.gst
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
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
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 signalprop
- the property that changed
-