ByteReader.skipStringUtf32

Skips a NUL-terminated UTF-32 string in the #GstByteReader instance, advancing the current position to the byte after the string.

No input checking for valid UTF-32 is done.

This function will fail if no NUL-terminator was found in in the data.

class ByteReader
bool
skipStringUtf32
()

Return Value

Type: bool

%TRUE if a string could be skipped, %FALSE otherwise.

Meta