]> git.tdb.fi Git - libs/al.git/blobdiff - source/oggdecoder.h
Implement seeking in sound decoders
[libs/al.git] / source / oggdecoder.h
index aab8f5c8da6b06c7b66049e90d1687e2fe4ee4bc..3bf33b8bec32b8440ce0feef9df96afd9039d129 100644 (file)
@@ -31,7 +31,7 @@ public:
 
        static bool detect(const std::string &);
 
-       virtual void rewind();
+       virtual void seek(unsigned);
        virtual unsigned read(char *, unsigned);
 };