Class Int64Range
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInstance
org.freedesktop.gstreamer.gst.Int64Range
- All Implemented Interfaces:
Proxy
A fundamental type that describes a
gint64 range-
Constructor Summary
ConstructorsConstructorDescriptionInt64Range(MemorySegment address) Create a Int64Range instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionprotected Int64RangeasParent()Return this instance as if it were its parent type.static MemoryLayoutThe memory layout of the native struct.static @Nullable TypegetType()Get the GType of the Int64Range class.Methods inherited from class TypeInstance
callParent, callParent, cast, getPrivate, readGClass, writeGClassMethods inherited from class ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
Int64Range
Create a Int64Range instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getType
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
asParent
Return this instance as if it were its parent type. Comparable to the Javasuperkeyword, but ensures the parent typeclass is also used in native code.- Returns:
- the instance as if it were its parent type
-