Sign in
qemu
/
qemu
/
36de884a133f8cf1a18d55c1d76d783db9844abe
/
.
/
audio
/
audio_win_int.h
blob: fa5b3cb802676e505396dc1e19172e9a44dccc7c [
file
] [
log
] [
blame
]
malc
d563163
2009-10-10 01:13:41 +0400
[
diff
] [
blame
]
1
#ifndef
AUDIO_WIN_INT_H
2
#define
AUDIO_WIN_INT_H
3
4
int
waveformat_from_audio_settings
(
WAVEFORMATEX
*
wfx
,
5
struct
audsettings
*
as
);
6
7
int
waveformat_to_audio_settings
(
WAVEFORMATEX
*
wfx
,
8
struct
audsettings
*
as
);
9
10
#endif
/* AUDIO_WIN_INT_H */