Class VideoSEIUserDataUnregisteredMeta

java.lang.Object
org.javagi.base.ProxyInstance
org.freedesktop.gstreamer.video.VideoSEIUserDataUnregisteredMeta
All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class VideoSEIUserDataUnregisteredMeta extends ProxyInstance
H.264 H.265 metadata from SEI User Data Unregistered messages
Since:
1.22
  • Constructor Details

    • VideoSEIUserDataUnregisteredMeta

      public VideoSEIUserDataUnregisteredMeta(MemorySegment address)
      Create a VideoSEIUserDataUnregisteredMeta proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • VideoSEIUserDataUnregisteredMeta

      public VideoSEIUserDataUnregisteredMeta(Arena arena)
      Allocate a new VideoSEIUserDataUnregisteredMeta.
      Parameters:
      arena - to control the memory allocation scope
    • VideoSEIUserDataUnregisteredMeta

      public VideoSEIUserDataUnregisteredMeta()
      Allocate a new VideoSEIUserDataUnregisteredMeta. The memory is allocated with Arena.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 field meta
      uuid - value for the field uuid
      data - value for the field data
      size - value for the field size
      arena - to control the memory allocation scope
    • VideoSEIUserDataUnregisteredMeta

      public VideoSEIUserDataUnregisteredMeta(Meta meta, byte[] uuid, MemorySegment data, long size)
      Allocate a new VideoSEIUserDataUnregisteredMeta with the fields set to the provided values. The memory is allocated with Arena.ofAuto().
      Parameters:
      meta - value for the field meta
      uuid - value for the field uuid
      data - value for the field data
      size - value for the field size
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • readMeta

      public @Nullable Meta readMeta()
      Read the value of the field meta.
      Returns:
      The value of the field meta
    • writeMeta

      public void writeMeta(@Nullable Meta meta)
      Write a value in the field meta.
      Parameters:
      meta - The new value for the field meta
    • readUuid

      public @Nullable byte @Nullable [] readUuid()
      Read the value of the field uuid.
      Returns:
      The value of the field uuid
    • writeUuid

      public void writeUuid(@Nullable byte @Nullable [] uuid, Arena _arena)
      Write a value in the field uuid.
      Parameters:
      uuid - The new value for the field uuid
    • readData

      public MemorySegment readData()
      Read the value of the field data.
      Returns:
      The value of the field data
    • writeData

      public void writeData(MemorySegment data)
      Write a value in the field data.
      Parameters:
      data - The new value for the field data
    • readSize

      public long readSize()
      Read the value of the field size.
      Returns:
      The value of the field size
    • writeSize

      public void writeSize(long size)
      Write a value in the field size.
      Parameters:
      size - The new value for the field size
    • getInfo

      public static MetaInfo getInfo()