Copyright © 2005-2019 MultiMedia Soft

IsDirectX8Available 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]

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