seek_data


Description:

public virtual signal bool seek_data (uint64 offset)

Seek to the given offset.

The next push-buffer should produce buffers from the new offset. This callback is only called for seekable stream types.

Parameters:

offset

the offset to seek to

Returns:

true if the seek succeeded.