ByteWriter.initWithData

Initializes writer with the given memory area. If initialized is TRUE it is possible to read size bytes from the gst.ByteWriter.ByteWriter 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