BitReader.skip

Skips @nbits bits of the #GstBitReader instance.

class BitReader
bool
skip
(
uint nbits
)

Parameters

nbits uint

the number of bits to skip

Return Value

Type: bool

%TRUE if @nbits bits could be skipped, %FALSE otherwise.

Meta