Copyright © 2005-2019 MultiMedia Soft

Effects.DcOffsetRemovalEnable method

Previous pageReturn to chapter overviewNext page

Remarks

 

Enables/disables real-time DC offset removal of songs in playback..

 

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

 

 

Syntax

 

[Visual Basic]

Public Function DcOffsetRemovalEnable (

nPlayerIndex as Int16,

bEnable as Boolean

) as enumErrorCodes


 

[C#]

public enumErrorCodes DcOffsetRemovalEnable (

Int16 nPlayerIndex,

bool bEnable

);


 

[C++]

public: enumErrorCodes DcOffsetRemovalEnable (

Int16 nPlayerIndex,

bool bEnable

);


 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the involved player

bEnable

Boolean value that specifies if DC offset removal must be enabled or disabled.

Supported values are the following:

Mnemonic constant

Meaning

false (default)

Disables DC Offset removal

true

Enables DC Offset removal

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.NOERROR (0)

The method call was successful.