Package org.freedesktop.gstreamer.video
Class VideoSEIUserDataUnregisteredMeta
java.lang.Object
org.javagi.base.ProxyInstance
org.freedesktop.gstreamer.video.VideoSEIUserDataUnregisteredMeta
- All Implemented Interfaces:
Proxy
@Generated("io.github.jwharm.JavaGI")
public class VideoSEIUserDataUnregisteredMeta
extends ProxyInstance
H.264 H.265 metadata from SEI User Data Unregistered messages
- Since:
- 1.22
-
Constructor Summary
ConstructorsConstructorDescriptionAllocate a new VideoSEIUserDataUnregisteredMeta.Allocate a new VideoSEIUserDataUnregisteredMeta.Create a VideoSEIUserDataUnregisteredMeta proxy instance for the provided memory address.VideoSEIUserDataUnregisteredMeta(Meta meta, byte[] uuid, MemorySegment data, long size) Allocate a new VideoSEIUserDataUnregisteredMeta with the fields set to the provided values.VideoSEIUserDataUnregisteredMeta(Meta meta, byte[] uuid, MemorySegment data, long size, Arena arena) Allocate a new VideoSEIUserDataUnregisteredMeta with the fields set to the provided values. -
Method Summary
Modifier and TypeMethodDescriptionstatic MetaInfogetInfo()static MemoryLayoutThe memory layout of the native struct.readData()Read the value of the fielddata.@Nullable MetareadMeta()Read the value of the fieldmeta.longreadSize()Read the value of the fieldsize.@org.jspecify.annotations.Nullable byte @Nullable []readUuid()Read the value of the fielduuid.voidwriteData(MemorySegment data) Write a value in the fielddata.voidWrite a value in the fieldmeta.voidwriteSize(long size) Write a value in the fieldsize.voidWrite a value in the fielduuid.Methods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
VideoSEIUserDataUnregisteredMeta
Create a VideoSEIUserDataUnregisteredMeta proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
VideoSEIUserDataUnregisteredMeta
Allocate a new VideoSEIUserDataUnregisteredMeta.- Parameters:
arena- to control the memory allocation scope
-
VideoSEIUserDataUnregisteredMeta
public VideoSEIUserDataUnregisteredMeta()Allocate a new VideoSEIUserDataUnregisteredMeta. The memory is allocated withArena.ofAuto(). -
VideoSEIUserDataUnregisteredMeta
public VideoSEIUserDataUnregisteredMeta(Meta meta, byte[] uuid, MemorySegment data, long size, Arena arena) Allocate a new VideoSEIUserDataUnregisteredMeta with the fields set to the provided values.- Parameters:
meta- value for the fieldmetauuid- value for the fielduuiddata- value for the fielddatasize- value for the fieldsizearena- to control the memory allocation scope
-
VideoSEIUserDataUnregisteredMeta
Allocate a new VideoSEIUserDataUnregisteredMeta with the fields set to the provided values. The memory is allocated withArena.ofAuto().- Parameters:
meta- value for the fieldmetauuid- value for the fielduuiddata- value for the fielddatasize- value for the fieldsize
-
-
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
-
readUuid
public @org.jspecify.annotations.Nullable byte @Nullable [] readUuid()Read the value of the fielduuid.- Returns:
- The value of the field
uuid
-
writeUuid
Write a value in the fielduuid.- Parameters:
uuid- The new value for the fielduuid
-
readData
Read the value of the fielddata.- Returns:
- The value of the field
data
-
writeData
Write a value in the fielddata.- Parameters:
data- The new value for the fielddata
-
readSize
public long readSize()Read the value of the fieldsize.- Returns:
- The value of the field
size
-
writeSize
public void writeSize(long size) Write a value in the fieldsize.- Parameters:
size- The new value for the fieldsize
-
getInfo
-