put_string_utf16
Description:
[ CCode ( cname = "gst_byte_writer_put_string_utf16" ) ]
public bool put_string_utf16 (uint16[] data)
public bool put_string_utf16 (uint16[] data)
Writes a NUL-terminated UTF16 string to this (including the terminator).
Parameters:
this |
ByteWriter instance |
data |
UTF16 string to write |
Returns:
|