LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
libxenon
drivers
xenon_sound
sound.h
Go to the documentation of this file.
1
#ifndef __xenon_sound_h
2
#define __xenon_sound_h
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
/* you init, you get the nr. of LE, 16bit x 2 channels, signed audio bytes to write, and submit that as max. */
9
10
void
xenon_sound_init
(
void
);
11
void
xenon_sound_submit
(
void
*
data
,
int
len);
12
int
xenon_sound_get_free
(
void
);
13
int
xenon_sound_get_unplayed
(
void
);
14
15
#ifdef __cplusplus
16
};
17
#endif
18
19
#endif
xenon_sound_get_free
int xenon_sound_get_free(void)
Definition:
sound.c:92
xenon_sound_init
void xenon_sound_init(void)
Definition:
sound.c:15
xenon_sound_submit
void xenon_sound_submit(void *data, int len)
Definition:
sound.c:68
xenon_sound_get_unplayed
int xenon_sound_get_unplayed(void)
Definition:
sound.c:110
data
union @15 data
Generated by
1.9.5