[ CCode ( cname = "gst_bit_reader_peek_bits_uint8" ) ]
public bool peek_bits_uint8 (out uint8 val, uint nbits)
Read nbits
bits into val
but keep the current position.
this |
a BitReader instance |
val |
Pointer to a uint8 to store the result |
nbits |
number of bits to read |
|