Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / lib / audio_decoder_stream.h
index 9ec5c5a096d12284392efeaebd393bbed56eb2e2..b2ab65ac0b4af0dacb468e653afc9d374ea3cc1c 100644 (file)
@@ -37,10 +37,8 @@ class AudioDecoderStream
 public:
        AudioDecoderStream (boost::shared_ptr<const AudioContent>, AudioStreamPtr, Decoder* decoder, AudioDecoder* audio_decoder, boost::shared_ptr<Log> log);
 
-       ContentAudio get (Frame time, Frame length, bool accurate);
        void audio (boost::shared_ptr<const AudioBuffers>, ContentTime);
        void flush ();
-       void seek (ContentTime time, bool accurate);
        void set_fast ();
 
        boost::optional<ContentTime> position () const;