Class IdStr

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

@Generated("io.github.jwharm.JavaGI") public class IdStr extends ProxyInstance
A GstIdStr is string type optimized for short strings and used for structure names, structure field names and in other places.

Strings up to 16 bytes (including NUL terminator) are stored inline, other strings are stored on the heap.

GstIdStr s = GST_ID_STR_INIT;

 gst_id_str_set (&s, "Hello, World!");
 g_print ("%s\\n", gst_id_str_as_str (&s));

 gst_id_str_clear (&s);
 
Since:
1.26