[ CCode ( cname = "gst_byte_writer_put_int32_le" ) ]
public bool put_int32_le (int32 val)
Writes a signed little endian 32 bit integer to this.
this |
ByteWriter instance |
val |
Value to write |
|