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.