ByteReader


Description:

[ CCode ( cname = "gst_byte_reader_new" , has_construct_function = false ) ]
public ByteReader (uint8[] data)

Create a new ByteReader instance, which will read from data .

Free-function: gst_byte_reader_free

Parameters:

data

data from which the ByteReader should read

size

Size of data in bytes

Returns:

a new ByteReader instance