[ CCode ( cname = "gst_bit_reader_get_bits_uint64" ) ]
public bool get_bits_uint64 (out uint64 val, uint nbits)
Read nbits
bits into val
and update the current position.
this |
a BitReader instance |
val |
Pointer to a uint64 to store the result |
nbits |
number of bits to read |
|