skip
Description:
[
CCode ( cname =
"gst_bit_reader_skip" ) ]
public bool skip (
uint nbits)
Skips nbits
bits of the BitReader instance.
Parameters:
this |
a BitReader instance
|
nbits |
the number of bits to skip
|
Returns:
true if nbits bits could be skipped, false otherwise.
|