]> Repos - portaudio/commitdiff
added protoypes for PaHost_IsInitialized() and PaHost_GetStreamRepresentation()
authorrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 17 Apr 2002 06:28:18 +0000 (06:28 +0000)
committerrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 17 Apr 2002 06:28:18 +0000 (06:28 +0000)
pa_common/pa_host.h

index b077f8391e9eb4eef00301d3d909041a3fa512c5..94651a22626a49cc9fb40480e01b7f5c2940326c 100644 (file)
@@ -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 );