Changeset 1337
- Timestamp:
- 02/15/08 02:32:09 (7 months ago)
- Location:
- portaudio/branches/v19-devel/include
- Files:
-
- 8 modified
-
pa_asio.h (modified) (1 diff)
-
pa_jack.h (modified) (1 diff)
-
pa_linux_alsa.h (modified) (1 diff)
-
pa_mac_core.h (modified) (1 diff)
-
pa_win_ds.h (modified) (1 diff)
-
pa_win_waveformat.h (modified) (1 diff)
-
pa_win_wmme.h (modified) (1 diff)
-
portaudio.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/include/pa_asio.h
r1083 r1337 41 41 42 42 /** @file 43 @ingroup public_header 43 44 @brief ASIO-specific PortAudio API extension header file. 44 45 */ -
portaudio/branches/v19-devel/include/pa_jack.h
r1238 r1337 41 41 42 42 /** @file 43 * JACK-specific PortAudio API extension header file. 43 * @ingroup public_header 44 * @brief JACK-specific PortAudio API extension header file. 44 45 */ 45 46 #include "portaudio.h" -
portaudio/branches/v19-devel/include/pa_linux_alsa.h
r1236 r1337 41 41 42 42 /** @file 43 * ALSA-specific PortAudio API extension header file. 43 * @ingroup public_header 44 * @brief ALSA-specific PortAudio API extension header file. 44 45 */ 45 46 #include "portaudio.h" -
portaudio/branches/v19-devel/include/pa_mac_core.h
r1207 r1337 37 37 * requested that these non-binding requests be included along with the 38 38 * license above. 39 */ 40 41 /** @file 42 * @ingroup public_header 43 * @brief CoreAudio-specific PortAudio API extension header file. 39 44 */ 40 45 -
portaudio/branches/v19-devel/include/pa_win_ds.h
r1279 r1337 40 40 41 41 /** @file 42 @ingroup public_header 42 43 @brief DirectSound-specific PortAudio API extension header file. 43 44 */ -
portaudio/branches/v19-devel/include/pa_win_waveformat.h
r1279 r1337 41 41 42 42 /** @file 43 @ingroup public_header 43 44 @brief Windows specific PortAudio API extension and utilities header file. 44 45 */ -
portaudio/branches/v19-devel/include/pa_win_wmme.h
r1247 r1337 40 40 41 41 /** @file 42 @ingroup public_header 42 43 @brief WMME-specific PortAudio API extension header file. 43 44 */ -
portaudio/branches/v19-devel/include/portaudio.h
r1247 r1337 41 41 42 42 /** @file 43 @brief The PortAudio API. 43 @ingroup public_header 44 @brief The portable PortAudio API. 44 45 */ 45 46
