BitWriter.initWithData

Initializes @bitwriter with the given memory area @data. IF @initialized is %TRUE it is possible to read @size bits from the #GstBitWriter from the beginning.

class BitWriter
void
initWithData
(
ubyte[] data
,)

Parameters

data ubyte[]

Memory area for writing

initialized bool

If %TRUE the complete data can be read from the beginning

Meta