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 EffectsMan class.
Syntax
[Visual Basic] Public Function DeNoiseFilterProfileSet ( nStartPosition as Int32, nEndPosition as Int32 ) as enumErrorCodes |
[C#] public enumErrorCodes DeNoiseFilterProfileSet ( Int32 nStartPosition, Int32 nEndPosition ); |
[C++] public: enumErrorCodes DeNoiseFilterProfileSet ( Int32 nStartPosition, Int32 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. |