Copyright © 2008-2019 MultiMedia Soft

GetDirectSoundVersion method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the DirectSound version implemented by the recorder's input device.

 

Syntax

 

[Visual Basic]

Public Function GetDirectSoundVersion (

) as Int16


 

[C#]

public Int16 GetDirectSoundVersion (

);


 

[C++]

public: Int16 GetDirectSoundVersion (

);


 

 

 

Return value

 

The DirectSound version (e.g. "9" means DirectSound version 9, "8" means DirectSound version 8, etc.)