[ CCode ( cname = "gst_byte_writer_put_uint16_be" ) ]
public bool put_uint16_be (uint16 val)
Writes a unsigned big endian 16 bit integer to this.
this |
ByteWriter instance |
val |
Value to write |
|