pspsdk-1.0+beta2
pspaudio_kernel.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * pspaudio.h - Prototypes for the sceAudio library.
7  *
8  * Copyright (c) 2005 Adresd
9  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
10  * Copyright (c) 2007 cooleyes
11  * Copyright (c) 2007 Alexander Berl <raphael@fx-world.org>
12  *
13  * $Id: pspaudio_kernel.h 2433 2008-10-15 10:00:27Z iwn $
14  */
15 #ifndef PSPAUDIO_KERNEL_H
16 #define PSPAUDIO_KERNEL_H
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
27 
33 };
34 
42 int sceAudioSetFrequency(int frequency);
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif /* PSPAUDIO_KERNEL_H */