Package org.freedesktop.gstreamer.gst
Class DebugMessage
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.gstreamer.gst.DebugMessage
- All Implemented Interfaces:
Proxy
-
Constructor Summary
ConstructorDescriptionDebugMessage
(MemorySegment address) Create a DebugMessage proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
Method Details
-
get
Gets the string representation of aGstDebugMessage
. This function is used in debug handlers to extract the message.- Returns:
- the string representation of a
GstDebugMessage
.
-
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
.
-