add SetProperty, for setting properties somewhere in a filter chain
This commit is contained in:
@@ -17,6 +17,7 @@ public:
|
|||||||
virtual int GetSampleRate() const = 0;
|
virtual int GetSampleRate() const = 0;
|
||||||
virtual unsigned GetNumChannels() const { return 2; } /* 1 or 2 */
|
virtual unsigned GetNumChannels() const { return 2; } /* 1 or 2 */
|
||||||
virtual bool IsStreamingFromDisk() const = 0;
|
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
|
/* GetNextSourceFrame() provides the source frame associated with the next frame
|
||||||
* that will be read via Read(). GetStreamToSourceRatio() returns the ratio
|
* that will be read via Read(). GetStreamToSourceRatio() returns the ratio
|
||||||
|
|||||||
Reference in New Issue
Block a user