add SetProperty, for setting properties somewhere in a filter chain

This commit is contained in:
Glenn Maynard
2006-11-30 02:50:31 +00:00
parent f50944c291
commit 4d03863226
+1
View File
@@ -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