Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
IsEAXAvailable method 
 
Remarks 
 
Checks if EAX effects are currently supported by the output device (sound card) actually 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
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents