ByteWriter.with_size
Description:
[ CCode ( cname = "gst_byte_writer_new_with_size" , has_construct_function = false ) ]
public ByteWriter.with_size (uint size, bool fixed)
public ByteWriter.with_size (uint size, bool fixed)
Creates a new ByteWriter instance with the given initial data size.
Free-function: gst_byte_writer_free
Parameters:
size |
Initial size of data |
fixed |
If |
Returns:
a new ByteWriter instance |