Copyright © 2008-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.

 

A successful call to this method will fire the SoundEditStarted event followed by a number of SoundEditPerc events and finally by the SoundEditDone event.

 

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

 

 

Syntax

 

[Visual Basic]

control.Effects.DcOffsetRemovalApply (

) as enumErrorCodes


 

[C++]

short control.Effects.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.