skip_string_utf32


Description:

[ CCode ( cname = "gst_byte_reader_skip_string_utf32" ) ]
public bool skip_string_utf32 ()

Skips a NUL-terminated UTF-32 string in the ByteReader 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.

Parameters:

this

a ByteReader instance

Returns:

true if a string could be skipped, false otherwise.