ByteWriter.initWithData

void initWithData(ubyte[] data, bool initialized)

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

Parameters

dataMemory area for writing
initializedIf true the complete data can be read from the beginning