Copyright © 2001-2019 MultiMedia Soft

IsEAXAvailable method

Previous pageReturn to chapter overviewNext page

Remarks

 

Checks if EAX effects are currently supported by the output device (sound card) currently selected for the given player: see the How to apply special effects to a playing sound section for further details.

 

Note that, although some sound card driver will tell you that it supports EAX, this doesn't guarantees that its EAX implementation quality will be the same available for Creative sound cards.

 

 

Syntax

 

[Visual Basic]

control.IsEAXAvailable (

nPlayer as Integer

) as boolean


 

[C++]

BOOL control.IsEAXAvailable (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

 

 

Return value

 

Value

Meaning

 

 

FALSE

EAX effects are not available on the given player

TRUE

EAX effects are available on the given player