Class DebugMessage

java.lang.Object
org.javagi.base.ProxyInstance
org.freedesktop.gstreamer.gst.DebugMessage
All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class DebugMessage extends ProxyInstance
  • Constructor Details

    • DebugMessage

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

    • getMemoryLayout

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

      public @Nullable String get()
      Gets the string representation of a GstDebugMessage. This function is used in debug handlers to extract the message.
      Returns:
      the string representation of a GstDebugMessage.
    • getId

      public @Nullable String getId()
      Get the id of the object that emitted this message. This function is used in debug handlers. Can be empty.
      Returns:
      The emitter of a GstDebugMessage.
      Since:
      1.22