Package org.freedesktop.gstreamer.video
Class VideoOverlayCompositionMeta
java.lang.Object
org.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
ConstructorsConstructorDescriptionAllocate 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 MetaInfogetInfo()static MemoryLayoutThe memory layout of the native struct.@Nullable MetareadMeta()Read the value of the fieldmeta.Read the value of the fieldoverlay.voidWrite a value in the fieldmeta.voidwriteOverlay(VideoOverlayComposition overlay) Write a value in the fieldoverlay.Methods inherited from class org.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 fieldmetaoverlay- value for the fieldoverlayarena- 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 fieldmetaoverlay- value for the fieldoverlay
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
readMeta
Read the value of the fieldmeta.- Returns:
- The value of the field
meta
-
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
-