#include <portaudio.h>
A structure containing PortAudio API version information.
- See Also
- Pa_GetVersionInfo, paMakeVersionNumber
- Version
- Available as of 19.5.0.
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. Encoded as UTF-8.
int PaVersionInfo::versionMajor |
int PaVersionInfo::versionMinor |
int PaVersionInfo::versionSubMinor |
const char* PaVersionInfo::versionText |
Version as a string, for example "PortAudio V19.5.0-devel, revision 1952M". Encoded as UTF-8.
The documentation for this struct was generated from the following file: