Changeset 30 for pa_proposals/trunk
- Timestamp:
- 10/13/02 14:42:21 (6 years ago)
- Files:
-
- 1 modified
-
pa_proposals/trunk/possibilities.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pa_proposals/trunk/possibilities.html
r29 r30 52 52 53 53 54 <H4> Pa_GetVersion() Function</H4>54 <H4>Version querying functions</H4> 55 55 56 56 <P> 57 57 Some clients could benefit from being able to determine which version of 58 58 PortAudio is in use. This could be achieved using the following version 59 querying function :59 querying functions: 60 60 </P> 61 61 62 62 <PRE> 63 /* return the release number of the currently running build of PortAudio */63 /* return the release number of the currently running build of PortAudio, eg 1900 */ 64 64 int Pa_GetVersion(); 65 66 /* return a textual description of the current PortAudio build, eg "PortAudio V19-devel 13 October 2002" */ 67 const char* Pa_GetVersionText(); 65 68 </PRE> 66 69
