set_pos


Description:

[ CCode ( cname = "gst_byte_reader_set_pos" ) ]
public bool set_pos (uint pos)

Sets the new position of a ByteReader instance to pos in bytes.

Parameters:

this

a ByteReader instance

pos

The new position in bytes

Returns:

true if the position could be set successfully, false otherwise.