get_bits_uint8
Description:
[
CCode ( cname =
"gst_bit_reader_get_bits_uint8" ) ]
public bool get_bits_uint8 (
out uint8 val,
uint nbits)
Read nbits bits into val and update the current position.
Parameters:
| this |
a BitReader instance
|
| val |
Pointer to a uint8 to store the result
|
| nbits |
number of bits to read
|
Returns:
|
true if successful, false otherwise.
|