From 4d03863226389da49baa936400a8504cb6af58d5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 30 Nov 2006 02:50:31 +0000 Subject: [PATCH] add SetProperty, for setting properties somewhere in a filter chain --- stepmania/src/RageSoundReader.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageSoundReader.h b/stepmania/src/RageSoundReader.h index a434d00bc1..5b9775cdd9 100644 --- a/stepmania/src/RageSoundReader.h +++ b/stepmania/src/RageSoundReader.h @@ -17,6 +17,7 @@ public: virtual int GetSampleRate() const = 0; virtual unsigned GetNumChannels() const { return 2; } /* 1 or 2 */ virtual bool IsStreamingFromDisk() const = 0; + virtual bool SetProperty( const RString &sProperty, float fValue ) { return false; } /* GetNextSourceFrame() provides the source frame associated with the next frame * that will be read via Read(). GetStreamToSourceRatio() returns the ratio