Copyright © 2005-2019 MultiMedia Soft

Effects.FilterVocalRemoverIsApplied method

Previous pageReturn to chapter overviewNext page

Remarks

 

Verifies if the vocal remover filter has been applied to the given player through the Effects.FilterVocalRemoverApply method.

 

See the How to apply special effects to a playing sound section for further details.

 

 

Syntax

 

[Visual Basic]

Public FilterVocalRemoverIsApplied (

nPlayerIndex as integer,

ByRef bApplied as Boolean

) as enumErrorCodes


 

[C#]

public enumErrorCodes FilterVocalRemoverIsApplied (

short nPlayerIndex,

ref bool bApplied

);


 

[C++]

public: enumErrorCodes FilterVocalRemoverIsApplied (

short nPlayerIndex,

bool __gc *bApplied

);


 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the involved player

bApplied

Reference that, on return from the method call, will contain the boolean value specifying if the filter is currently applied.

Supported values are the following:

Mnemonic constant

Meaning

false

The filter has not been applied

true

The filter has been applied

 

 

Return value

 

Value

Meaning

 

 

false

The given effect has not been applied

true

The given effect has been applied