Class FlagSet
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInstance
org.freedesktop.gstreamer.gst.FlagSet
- All Implemented Interfaces:
Proxy
- Direct Known Subclasses:
VideoMultiviewFlagsSet
A fundamental type that describes a 32-bit flag bitfield, with 32-bit
mask indicating which of the bits in the field are explicitly set.
-
Constructor Summary
ConstructorsConstructorDescriptionFlagSet(MemorySegment address) Create a FlagSet instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionprotected FlagSetasParent()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 FlagSet class.static TypeCreate a new sub-class ofGST_TYPE_FLAG_SETwhich will pretty-print the human-readable flags when serializing, for easier debugging.Methods inherited from class TypeInstance
callParent, callParent, cast, getPrivate, readGClass, writeGClassMethods inherited from class ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
FlagSet
Create a FlagSet 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
-
register
-