ByteWriter.with_data
Description:
[ CCode ( cname = "gst_byte_writer_new_with_data" , has_construct_function = false ) ]
public ByteWriter.with_data (uint8[] data, bool initialized)
public ByteWriter.with_data (uint8[] data, bool initialized)
Creates a new ByteWriter instance with the given memory area.
If initialized
is true
it is possible to read size
bytes from the
ByteWriter from the beginning.
Free-function: gst_byte_writer_free
Parameters:
data |
Memory area for writing |
initialized |
If |
size |
Size of |
Returns:
a new ByteWriter instance |