[ CCode ( cname = "gst_byte_writer_fill" ) ]
public bool fill (uint8 value, uint size)
Writes size
bytes containing value
to this.
this |
ByteWriter instance |
value |
Value to be written |
size |
Number of bytes to be written |
|