ByteWriter.initWithData

Initializes writer with the given memory area. If initialized is true it is possible to read size bytes from the #GstByteWriter from the beginning.

class ByteWriter
void
initWithData
(
ubyte[] data
,)

Parameters

data ubyte[]

Memory area for writing

initialized bool

If true the complete data can be read from the beginning