Optionalproperties: Partial<{}>Since 1.26as_Since 1.26clearSince 1.26copySince 1.26copy_Since 1.26freeSince 1.26get_Since 1.26initSince 1.26is_Compares s1 and s2 for equality.
A %GstIdStr
true if s1 and s2 are equal.
Since 1.26is_Since 1.26is_Compares s1 and s2 with length len for equality. s2 does not have to be
NUL-terminated and len should not include the NUL-terminator.
This is generally faster than gst_id_str_is_equal_to_str() if the length is
already known.
A string
Length of s2.
true if s1 and s2 are equal.
Since 1.26moveSince 1.26setSince 1.26set_Since 1.26set_Sets s to the string value of length len. value needs to be valid for the
remaining lifetime of the process, e.g. has to be a static string.
value must be NUL-terminated and len should not include the
NUL-terminator.
A string
Length of the string
Since 1.26set_Staticnew
A Gst.IdStr 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.
Since
1.26