[ CCode ( cname = "gst_byte_writer_put_int64_le" ) ]
public bool put_int64_le (int64 val)
Writes a signed little endian 64 bit integer to this.
this |
ByteWriter instance |
val |
Value to write |
|