Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
IsDirectX8Available 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] 
Public Function IsDirectX8Available
) as Boolean
 
[C#] 
public bool IsDirectX8Available (  
);
 
[C++] 
public: bool IsDirectX8Available
);
 
 
 
Return value 
 
Value
Meaning
 
 
false
DirectX version 8 or higher is not available
true
DirectX version 8 or higher is available
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents