seek_begin method

seek_begin

Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor.

def seek_begin(self):
    ...

See Also