peek_bits_uint32


Description:

[ CCode ( cname = "gst_bit_reader_peek_bits_uint32" ) ]
public bool peek_bits_uint32 (out uint32 val, uint nbits)

Read nbits bits into val but keep the current position.

Parameters:

this

a BitReader instance

val

Pointer to a uint32 to store the result

nbits

number of bits to read

Returns:

true if successful, false otherwise.