ByteReader.skip

Skips @nbytes bytes of the #GstByteReader instance.

class ByteReader
bool
skip
(
uint nbytes
)

Parameters

nbytes uint

the number of bytes to skip

Return Value

Type: bool

%TRUE if @nbytes bytes could be skipped, %FALSE otherwise.

Meta