[ CCode ( cname = "gst_byte_writer_put_uint64_le" ) ]
public bool put_uint64_le (uint64 val)
Writes a unsigned little endian 64 bit integer to this.
this |
ByteWriter instance |
val |
Value to write |
|