X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Foggdecoder.h;h=e194736a40207a09710fccec8ce37a72d4b512cc;hb=1e7141871d33e3e184456ba063fcf3448a8cc12a;hp=aab8f5c8da6b06c7b66049e90d1687e2fe4ee4bc;hpb=d035e638b940f25cb5d46a049a00b34dc60dc5e0;p=libs%2Fal.git diff --git a/source/oggdecoder.h b/source/oggdecoder.h index aab8f5c..e194736 100644 --- a/source/oggdecoder.h +++ b/source/oggdecoder.h @@ -18,6 +18,10 @@ private: }; +/** +Decoder for Ogg Vorbis files. Normally you should use one of the +SoundDecoder::open_* functions to create a decoder. +*/ class OggDecoder: public SoundDecoder { private: @@ -31,7 +35,7 @@ public: static bool detect(const std::string &); - virtual void rewind(); + virtual void seek(unsigned); virtual unsigned read(char *, unsigned); };