put_string_utf32
Description:
[ CCode ( cname = "gst_byte_writer_put_string_utf32" ) ]
public bool put_string_utf32 (uint32[] data)
public bool put_string_utf32 (uint32[] data)
Writes a NUL-terminated UTF32 string to this (including the terminator).
Parameters:
this |
ByteWriter instance |
data |
UTF32 string to write |
Returns:
|