skip


Description:

[ CCode ( cname = "gst_byte_reader_skip" ) ]
public bool skip (uint nbytes)

Skips nbytes bytes of the ByteReader instance.

Parameters:

this

a ByteReader instance

nbytes

the number of bytes to skip

Returns:

true if nbytes bytes could be skipped, false otherwise.