Copyright © 2006-2019 MultiMedia Soft

GetDirectSoundVersion method

Previous pageReturn to chapter overviewNext page

Remarks

 

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

 

Variable Bit Rate (VBR) and lossless encoding require the availability of Windows Media 9: with this method it's possible to know if they can be used.

 

 

Syntax

 

[Visual Basic]

control.GetDirectSoundVersion (

) as integer


 

[C++]

short control.GetDirectSoundVersion (

);


 

 

Return value

 

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