PortAudio
2.0
include
pa_unix_oss.h
Go to the documentation of this file.
1
#ifndef PA_UNIX_OSS_H
2
#define PA_UNIX_OSS_H
3
4
/*
5
* $Id: portaudio.patch,v 1.10 2009-06-30 04:52:59 llucius Exp $
6
* PortAudio Portable Real-Time Audio Library
7
* OSS-specific extensions
8
*
9
* Copyright (c) 1999-2000 Ross Bencina and Phil Burk
10
*
11
* Permission is hereby granted, free of charge, to any person obtaining
12
* a copy of this software and associated documentation files
13
* (the "Software"), to deal in the Software without restriction,
14
* including without limitation the rights to use, copy, modify, merge,
15
* publish, distribute, sublicense, and/or sell copies of the Software,
16
* and to permit persons to whom the Software is furnished to do so,
17
* subject to the following conditions:
18
*
19
* The above copyright notice and this permission notice shall be
20
* included in all copies or substantial portions of the Software.
21
*
22
* Any person wishing to distribute modifications to the Software is
23
* requested to send the modifications to the original developer so that
24
* they can be incorporated into the canonical version.
25
*
26
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
29
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
30
* ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
31
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
32
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33
*
34
*/
35
40
#ifdef __cplusplus
41
extern
"C"
{
42
#endif
43
44
const
char
*PaOSS_GetStreamInputDevice(
PaStream
*s );
45
46
const
char
*PaOSS_GetStreamOutputDevice(
PaStream
*s );
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
53
#ifndef PA_UNIX_OSS_H
54
#define PA_UNIX_OSS_H
55
56
/*
57
* $Id: portaudio.patch,v 1.10 2009-06-30 04:52:59 llucius Exp $
58
* PortAudio Portable Real-Time Audio Library
59
* OSS-specific extensions
60
*
61
* Copyright (c) 1999-2000 Ross Bencina and Phil Burk
62
*
63
* Permission is hereby granted, free of charge, to any person obtaining
64
* a copy of this software and associated documentation files
65
* (the "Software"), to deal in the Software without restriction,
66
* including without limitation the rights to use, copy, modify, merge,
67
* publish, distribute, sublicense, and/or sell copies of the Software,
68
* and to permit persons to whom the Software is furnished to do so,
69
* subject to the following conditions:
70
*
71
* The above copyright notice and this permission notice shall be
72
* included in all copies or substantial portions of the Software.
73
*
74
* Any person wishing to distribute modifications to the Software is
75
* requested to send the modifications to the original developer so that
76
* they can be incorporated into the canonical version.
77
*
78
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
79
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
80
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
81
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
82
* ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
83
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
84
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
85
*
86
*/
87
92
#ifdef __cplusplus
93
extern
"C"
{
94
#endif
95
96
const
char
*PaOSS_GetStreamInputDevice(
PaStream
*s );
97
98
const
char
*PaOSS_GetStreamOutputDevice(
PaStream
*s );
99
100
#ifdef __cplusplus
101
}
102
#endif
103
104
#endif
PaStream
void PaStream
Definition:
portaudio.h:635
Generated by
1.9.4