init
Description:
[ CCode ( cname = "gst_bit_reader_init" ) ]
public void init (uint8[] data)
Initializes a BitReader instance to read from data
.
This function can be called on already initialized instances.
Parameters:
this |
a BitReader instance
|
data |
data from which the bit reader should read
|
size |
Size of data in bytes
|