Copyright © 2001-2019 MultiMedia Soft

IsEAXAvailableOnOutputDevice method

Previous pageReturn to chapter overviewNext page

Remarks

 

Checks if EAX effects are currently supported by the given output device (sound card): 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.IsEAXAvailableOnOutputDevice (

nIndex as Integer

) as boolean


 

[C++]

BOOL control.IsEAXAvailableOnOutputDevice (

short nIndex

);


 

 

Parameter

Description

 

 

nIndex

Number representing the zero-based index of the output device whose friendly name must be retrieved

 

 

Return value

 

Value

Meaning

 

 

FALSE

EAX effects are not available on the given output device

TRUE

EAX effects are available on the given output device