[ CCode ( cname = "gst_byte_writer_put_int16_le" ) ]
public bool put_int16_le (int16 val)
Writes a signed little endian 16 bit integer to this.
this |
ByteWriter instance |
val |
Value to write |
|