00001 #ifndef PA_UNIX_OSS_H 00002 #define PA_UNIX_OSS_H 00003 00004 /* 00005 * $Id: portaudio.patch,v 1.10 2009-06-30 04:52:59 llucius Exp $ 00006 * PortAudio Portable Real-Time Audio Library 00007 * OSS-specific extensions 00008 * 00009 * Copyright (c) 1999-2000 Ross Bencina and Phil Burk 00010 * 00011 * Permission is hereby granted, free of charge, to any person obtaining 00012 * a copy of this software and associated documentation files 00013 * (the "Software"), to deal in the Software without restriction, 00014 * including without limitation the rights to use, copy, modify, merge, 00015 * publish, distribute, sublicense, and/or sell copies of the Software, 00016 * and to permit persons to whom the Software is furnished to do so, 00017 * subject to the following conditions: 00018 * 00019 * The above copyright notice and this permission notice shall be 00020 * included in all copies or substantial portions of the Software. 00021 * 00022 * Any person wishing to distribute modifications to the Software is 00023 * requested to send the modifications to the original developer so that 00024 * they can be incorporated into the canonical version. 00025 * 00026 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 00027 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00028 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 00029 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 00030 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 00031 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 00032 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00033 * 00034 */ 00035 00040 #ifdef __cplusplus 00041 extern "C" { 00042 #endif 00043 00044 const char *PaOSS_GetStreamInputDevice( PaStream *s ); 00045 00046 const char *PaOSS_GetStreamOutputDevice( PaStream *s ); 00047 00048 #ifdef __cplusplus 00049 } 00050 #endif 00051 00052 #endif 00053 #ifndef PA_UNIX_OSS_H 00054 #define PA_UNIX_OSS_H 00055 00056 /* 00057 * $Id: portaudio.patch,v 1.10 2009-06-30 04:52:59 llucius Exp $ 00058 * PortAudio Portable Real-Time Audio Library 00059 * OSS-specific extensions 00060 * 00061 * Copyright (c) 1999-2000 Ross Bencina and Phil Burk 00062 * 00063 * Permission is hereby granted, free of charge, to any person obtaining 00064 * a copy of this software and associated documentation files 00065 * (the "Software"), to deal in the Software without restriction, 00066 * including without limitation the rights to use, copy, modify, merge, 00067 * publish, distribute, sublicense, and/or sell copies of the Software, 00068 * and to permit persons to whom the Software is furnished to do so, 00069 * subject to the following conditions: 00070 * 00071 * The above copyright notice and this permission notice shall be 00072 * included in all copies or substantial portions of the Software. 00073 * 00074 * Any person wishing to distribute modifications to the Software is 00075 * requested to send the modifications to the original developer so that 00076 * they can be incorporated into the canonical version. 00077 * 00078 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 00079 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00080 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 00081 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 00082 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 00083 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 00084 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00085 * 00086 */ 00087 00092 #ifdef __cplusplus 00093 extern "C" { 00094 #endif 00095 00096 const char *PaOSS_GetStreamInputDevice( PaStream *s ); 00097 00098 const char *PaOSS_GetStreamOutputDevice( PaStream *s ); 00099 00100 #ifdef __cplusplus 00101 } 00102 #endif 00103 00104 #endif