Package org.freedesktop.gstreamer.gst
Class Clock.ClockClass
- All Implemented Interfaces:
Proxy
- Direct Known Subclasses:
SystemClock.SystemClockClass
- Enclosing class:
Clock
GStreamer clock class. Override the vmethods to implement the clock
functionality.
-
Constructor Summary
ConstructorDescriptionAllocate a new ClockClass.ClockClass
(Arena arena) Allocate a new ClockClass.ClockClass
(MemorySegment address) Create a ClockClass proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideChangeResolution
(Arena arena, Method method) Override virtual methodchange_resolution
.void
overrideGetInternalTime
(Arena arena, Method method) Override virtual methodget_internal_time
.void
overrideGetResolution
(Arena arena, Method method) Override virtual methodget_resolution
.void
overrideUnschedule
(Arena arena, Method method) Override virtual methodunschedule
.void
overrideWait
(Arena arena, Method method) Override virtual methodwait
.void
overrideWaitAsync
(Arena arena, Method method) Override virtual methodwait_async
.Methods inherited from class org.freedesktop.gstreamer.gst.GstObject.ObjectClass
overrideDeepNotify, readPathStringSeparator, writePathStringSeparator
Methods inherited from class org.gnome.gobject.GObject.ObjectClass
findProperty, installProperties, installProperty, listProperties, overrideConstructed, overrideConstructor, overrideDispatchPropertiesChanged, overrideDispose, overrideFinalize, overrideGetProperty, overrideNotify, overrideProperty, overrideSetProperty, readFlags, readNConstructProperties, readNPspecs, readPdummy, readPspecs, writeFlags, writeNConstructProperties, writeNPspecs, writePdummy, writePspecs
Methods inherited from class org.gnome.gobject.TypeClass
addPrivate, adjustPrivateOffset, getInstancePrivateOffset, getPrivate, peek, peekParent, peekStatic, readGType, ref, unref, unrefUncached, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ClockClass
Create a ClockClass proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ClockClass
Allocate a new ClockClass.- Parameters:
arena
- to control the memory allocation scope
-
ClockClass
public ClockClass()Allocate a new ClockClass. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideChangeResolution
-
overrideGetResolution
-
overrideGetInternalTime
-
overrideWait
-
overrideWaitAsync
-
overrideUnschedule
-