Package org.freedesktop.gstreamer.gst
Class ClockTimeDiff
A datatype to hold a time difference, measured in nanoseconds.
-
Constructor Summary
ConstructorDescriptionClockTimeDiff
(long value) Create a new ClockTimeDiff with the provided value -
Method Summary
Modifier and TypeMethodDescriptionstatic ClockTimeDiff[]
fromNativeArray
(MemorySegment address, long length, boolean free) Methods inherited from class io.github.jwharm.javagi.base.Alias
equals, getAddressValues, getBooleanValues, getByteValues, getCharacterValues, getDoubleValues, getFloatValues, getIntegerValues, getLongValues, getShortValues, getValue, hashCode, setValue
-
Constructor Details
-
ClockTimeDiff
public ClockTimeDiff(long value) Create a new ClockTimeDiff with the provided value
-
-
Method Details
-
fromNativeArray
-