Function ffmpeg_sys_the_third::avio_put_str16be

source ·
pub unsafe extern "C" fn avio_put_str16be(
    s: *mut AVIOContext,
    str_: *const c_char
) -> c_int
Expand description

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

@return number of bytes written.