Package org.freedesktop.gstreamer.gst
Class ClockTime
A datatype to hold a time, measured in nanoseconds.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClockTime[]
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
-
ClockTime
public ClockTime(long value) Create a new ClockTime with the provided value
-
-
Method Details
-
fromNativeArray
-