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
data | Memory area for writing |
initialized | If true the complete data can be read from the beginning |