Effects.DeNoiseFilterProfileSet method |
|
Remarks
Sets the noise profile for the DeNoise filter. Once the profile has been set, the DeNoise filter can be applied through the Effects.DeNoiseFilterApply method.
For further details about noise removal refer to the How to perform noise removal tutorial.
For further details about methods related to the use of special effects refer to the Effects COM object.
Syntax
[Visual Basic] control.Effects.DeNoiseFilterProfileSet ( nStartPosition as Long, nEndPosition as Long ) as enumErrorCodes |
[C++] short control.Effects.DeNoiseFilterProfileSet ( long nStartPosition, long nEndPosition ); |
Parameter |
Description |
|
|
nStartPosition |
Start position, expressed in milliseconds, of the sound range considered as containing noise to remove from the overall sound under editing. |
nEndPosition |
End position, expressed in milliseconds, of the sound range considered as containing noise to remove from the overall sound under editing. |
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. |