Copyright © 2011-2019 MultiMedia Soft

Effects.DcOffsetRemovalApply method

Previous pageReturn to chapter overviewNext page

Remarks

 

Applies DC Offset removal to the sound under editing. As an alternative, the same effect can be applied through the use the Effects.NormalizationAdvancedApply method.

 

During the execution of the editing session the CallbackEditPerc delegate is invoked in order to notify about the percentage of advancement.

 

For further details about callback delegates see the How to synchronize the container application with the API tutorial.

For further details about methods related to the use of special effects refer to the EffectsMan class.

 

 

Syntax

 

[Visual Basic]

Public Function DcOffsetRemovalApply (

) as enumErrorCodes


 

[C#]

public enumErrorCodes DcOffsetRemovalApply (

);


 

[C++]

public: enumErrorCodes DcOffsetRemovalApply (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.