BitReader.skip

Skips nbits bits of the gst.BitReader.BitReader 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.