Copyright © 2001-2019 MultiMedia Soft

IsDirectX8Avail method

Previous pageReturn to chapter overviewNext page

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