avio_put_str16le

Convert an UTF-8 string to UTF-16LE and write it. @param s the AVIOContext @param str NULL-terminated UTF-8 string

@return number of bytes written.

@nogc nothrow extern (C)
int
avio_put_str16le
(,
const char* str
)

Meta