Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
CustomDSP property (RO) 
 
Type
[Visual Basic] 
Public Property Effects As EffectsMan
 
[C#] 
public EffectsMan Effects {get;}
 
[C++] 
public: __property EffectsMan* get_Effects ();
 
This property is Read-only
 
 
Remarks
The object for managing custom DSP effects. 
This property encapsulates the functionality of the CustomDSP class. 
 
For further details about managing custom DSP effects refer to the How to manage custom DSP effects section.
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents