Class VideoMultiviewFlagsSet
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInstance
org.freedesktop.gstreamer.gst.FlagSet
org.freedesktop.gstreamer.video.VideoMultiviewFlagsSet
- All Implemented Interfaces:
Proxy
See
GstVideoMultiviewFlags.-
Constructor Summary
ConstructorsConstructorDescriptionVideoMultiviewFlagsSet(MemorySegment address) Create a VideoMultiviewFlagsSet instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionprotected VideoMultiviewFlagsSetasParent()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 VideoMultiviewFlagsSet class.Methods inherited from class TypeInstance
callParent, callParent, cast, getPrivate, readGClass, writeGClassMethods inherited from class ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
VideoMultiviewFlagsSet
Create a VideoMultiviewFlagsSet instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getType
Get the GType of the VideoMultiviewFlagsSet class.- Returns:
- the GType
-
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.
-