Copyright © 2008-2019 MultiMedia Soft

Effects.CustomDspInternalLoad method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads a custom DSP contained inside the source code of the container application.

 

For further details about managing a custom DSP effect refer to the How to manage custom DSP effects section.

For further details about methods related to the use of special effects refer to the Effects COM object.

 

 

Syntax

 

[Visual Basic]

control.Effects.CustomDspInternalLoad (

) as Long


 

[C++]

long control.Effects.CustomDspInternalLoad (

);


 

 

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.