From: rossb Date: Wed, 17 Apr 2002 06:28:18 +0000 (+0000) Subject: added protoypes for PaHost_IsInitialized() and PaHost_GetStreamRepresentation() X-Git-Tag: V18~19 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=8d13d1df285cff45ab0670decaa6e99815e6ce48;p=portaudio added protoypes for PaHost_IsInitialized() and PaHost_GetStreamRepresentation() --- diff --git a/pa_common/pa_host.h b/pa_common/pa_host.h index b077f83..94651a2 100644 --- a/pa_common/pa_host.h +++ b/pa_common/pa_host.h @@ -149,6 +149,11 @@ PaError PaHost_ValidateSampleRate( PaDeviceID id, double requestedFrameRate, /************ Common Utility Routines provided by PA ******************/ /**********************************************************************/ +/* PaHost_IsInitialized() returns non-zero if PA is initialized, 0 otherwise */ +int PaHost_IsInitialized( void ); + +internalPortAudioStream* PaHost_GetStreamRepresentation( PortAudioStream *stream ); + int PaHost_FindClosestTableEntry( double allowableError, const double *rateTable, int numRates, double frameRate );