Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
CustomDSP property (RO) 
 
Type
[Visual Basic] 
Public Property CustomDSP As CustomDSPs
 
[C#] 
public CustomDSPs CustomDSP {get;}
 
[C++] 
public: __property CustomDSPs* get_CustomDSP ();
 
This property is Read-only
 
 
Remarks
The object used to manage custom DSPs. 
This property encapsulates the functionality of the CustomDSPs class. 
Further information about the use of Custom DSP effects can be found inside the How to manage custom DSP effects tutorial.
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents