Copyright © 2006-2019 MultiMedia Soft

FilterReset method

Previous pageReturn to chapter overviewNext page

Remarks

 

Resets the filter currently applied to the recording stream through the FilterApply method..

 

For further information about the use of embedded filters refer to the How to apply embedded filters section.

 

 

Syntax

 

[Visual Basic]

control.FilterReset (

) as enumErrorCodes


 

[C++]

short control.FilterReset (

);


 

 

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.