Versions in this module Expand all Collapse all v1 v1.0.2 Aug 10, 2022 Changes in this version + type Stream struct + func Decode(src convert.ReadSeekCloser, sr int) (*Stream, error) + func (s *Stream) Close() error + func (s *Stream) Length() int64 + func (s *Stream) Read(p []byte) (int, error) + func (s *Stream) Seek(offset int64, whence int) (int64, error) + func (s *Stream) Size() int64