PortAudio
2.0
|
#include <portaudio.h>
Data Fields | |
int | versionMajor |
int | versionMinor |
int | versionSubMinor |
const char * | versionControlRevision |
const char * | versionText |
A structure containing PortAudio API version information.
Definition at line 90 of file portaudio.h.
const char* PaVersionInfo::versionControlRevision |
This is currently the Git revision hash but may change in the future. The versionControlRevision is updated by running a script before compiling the library. If the update does not occur, this value may refer to an earlier revision.
Definition at line 99 of file portaudio.h.
const char* PaVersionInfo::versionText |
Version as a string, for example "PortAudio V19.5.0-devel, revision 1952M"
Definition at line 101 of file portaudio.h.