Add PA ALSA extension to allow setting number of retries when busy

This commit is contained in:
aknudsen 2009-05-24 17:02:10 +00:00
commit 822c292009
2 changed files with 13 additions and 1 deletions

View file

@ -87,6 +87,11 @@ PaError PaAlsa_GetStreamOutputCard( PaStream *s, int *card );
*/
PaError PaAlsa_SetNumPeriods( int numPeriods );
/** Set the maximum number of times to retry opening busy device (sleeping for a
* short interval inbetween).
*/
PaError PaAlsa_SetRetriesBusy( int retries );
#ifdef __cplusplus
}
#endif