set_pos
Description:
[
CCode ( cname =
"gst_bit_reader_set_pos" ) ]
public bool set_pos (
uint pos)
Sets the new position of a BitReader instance to pos
in
bits.
Parameters:
this |
a BitReader instance
|
pos |
The new position in bits
|
Returns:
true if the position could be set successfully, false otherwise.
|