Class IntRange
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInstance
org.freedesktop.gstreamer.gst.IntRange
- All Implemented Interfaces:
Proxy
A fundamental type that describes a
gint range-
Constructor Summary
ConstructorsConstructorDescriptionIntRange(MemorySegment address) Create a IntRange instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionprotected IntRangeasParent()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 IntRange class.Methods inherited from class TypeInstance
callParent, callParent, cast, getPrivate, readGClass, writeGClassMethods inherited from class ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
IntRange
Create a IntRange 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
-