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