Package ch.bailu.gtk.gst
Schnittstelle ClockClass.OnChangeResolution
- Umschließende Klasse:
ClockClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglong
onChangeResolution
(CallbackHandler __self, Clock clock, long old_resolution, long new_resolution)
-
Methodendetails
-
onChangeResolution
long onChangeResolution(CallbackHandler __self, @Nonnull Clock clock, long old_resolution, long new_resolution) - Parameter:
clock
- the #GstClockold_resolution
- the previous resolutionnew_resolution
- the new resolution- Gibt zurück:
- the new resolution
-