Package org.freedesktop.gstreamer.video
Class VideoOverlayCompositionMeta
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.gstreamer.video.VideoOverlayCompositionMeta
- All Implemented Interfaces:
Proxy
@Generated("io.github.jwharm.JavaGI")
public class VideoOverlayCompositionMeta
extends ProxyInstance
Extra buffer metadata describing image overlay data.
-
Constructor Summary
ConstructorDescriptionAllocate a new VideoOverlayCompositionMeta.VideoOverlayCompositionMeta
(Arena arena) Allocate a new VideoOverlayCompositionMeta.VideoOverlayCompositionMeta
(MemorySegment address) Create a VideoOverlayCompositionMeta proxy instance for the provided memory address.VideoOverlayCompositionMeta
(Meta meta, VideoOverlayComposition overlay) Allocate a new VideoOverlayCompositionMeta with the fields set to the provided values.VideoOverlayCompositionMeta
(Meta meta, VideoOverlayComposition overlay, Arena arena) Allocate a new VideoOverlayCompositionMeta with the fields set to the provided values. -
Method Summary
Modifier and TypeMethodDescriptionstatic MetaInfo
getInfo()
static MemoryLayout
The memory layout of the native struct.readMeta()
Read the value of the fieldmeta
.Read the value of the fieldoverlay
.void
Write a value in the fieldmeta
.void
writeOverlay
(VideoOverlayComposition overlay) Write a value in the fieldoverlay
.Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
VideoOverlayCompositionMeta
Create a VideoOverlayCompositionMeta proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
VideoOverlayCompositionMeta
Allocate a new VideoOverlayCompositionMeta.- Parameters:
arena
- to control the memory allocation scope
-
VideoOverlayCompositionMeta
public VideoOverlayCompositionMeta()Allocate a new VideoOverlayCompositionMeta. The memory is allocated withArena.ofAuto()
. -
VideoOverlayCompositionMeta
Allocate a new VideoOverlayCompositionMeta with the fields set to the provided values.- Parameters:
meta
- value for the fieldmeta
overlay
- value for the fieldoverlay
arena
- to control the memory allocation scope
-
VideoOverlayCompositionMeta
Allocate a new VideoOverlayCompositionMeta with the fields set to the provided values. The memory is allocated withArena.ofAuto()
.- Parameters:
meta
- value for the fieldmeta
overlay
- value for the fieldoverlay
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
readMeta
-
writeMeta
Write a value in the fieldmeta
.- Parameters:
meta
- The new value for the fieldmeta
-
readOverlay
Read the value of the fieldoverlay
.- Returns:
- The value of the field
overlay
-
writeOverlay
Write a value in the fieldoverlay
.- Parameters:
overlay
- The new value for the fieldoverlay
-
getInfo
-