Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
CustomDSP.InternalLoad method 
 
Remarks 
 
Loads a custom DSP contained inside the source code of the container application. 
 
For further details about methods related to the use of custom DSP effects refer to the CustomDSP COM object. 
Further information about the use of Custom DSP effects can be found inside the How to manage custom DSP effects tutorial. 
 
 
Syntax 
 
[Visual Basic] 
control.CustomDSP.InternalLoad
nPlayer as Integer 
) as Long
 
[C++] 
long control.CustomDSP.InternalLoad
short nPlayer 
);
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
 
 
 
Return value 
 
Value
Meaning
 
 
> 0
Numeric value representing the unique identifier of the custom DSP: this unique identifier will be used in order to invoke further methods related to the use of the loaded custom DSP
Negative value
An error occurred: see the LastError property for further error details or for a list of the possible error values.
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents