nsdspif_version
nsdsp_version_max nsdsp_version_oknsdspif_version
This function returns the version of NSDSP Interface Library.
Syntax
int nsdspif_version(void);
Return
The function returns the library version.
Notes
The version is a 3-digit decimal number. First release has version 163.
NSDSP Interface Library is updated in tandem with NSDSP Software Suite. They have the same version numbers. You can read Interface Library Release Notes and Software Suite Release Notes to track version changes.
Newer versions of the library are compatible with older ones. Therefore, you can use the library if the version returned is the same or above the version number which was used to build your application.
On the bottom of every function description you will find the version of NSDSP Interface library when the function was first introduced. If you need to use any particular function, but the version of the function is higher than the version of the library, you need to obtain newer library.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.