pspsdk-1.0+beta2
Main Page
Modules
Data Structures
Files
File List
Globals
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
28
enum
PspAudioFrequencies
{
30
PSP_AUDIO_FREQ_44K
= 44100,
32
PSP_AUDIO_FREQ_48K
= 48000
33
};
34
42
int
sceAudioSetFrequency
(
int
frequency);
45
#ifdef __cplusplus
46
}
47
#endif
48
49
#endif
/* PSPAUDIO_KERNEL_H */
src
audio
pspaudio_kernel.h
Generated on Sat Apr 9 2016 07:00:25 for pspsdk-1.0+beta2 by
1.8.1.2