BitReader.init

Initializes a #GstBitReader instance to read from @data. This function can be called on already initialized instances.

class BitReader
void
init
(
ubyte[] data
)

Parameters

data ubyte[]

data from which the bit reader should read

Meta