Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
IsDirectX8Avail method 
 
Remarks 
 
Tells if DirectX version 8 or higher is currently installed on the system. Through this method it's possible to know if we can create Equalizer bands to apply to the playing sound: see the How to create and use an equalizer section for further details. 
 
 
Syntax 
 
[Visual Basic] 
control.IsDirectX8Avail
) as boolean
 
[C++] 
BOOL control.IsDirectX8Avail
);
 
 
Return value 
 
Value
Meaning
 
 
FALSE
DirectX version 8 or higher is not available
TRUE
DirectX version 8 or higher is available
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents