Sign in
qemu-android
/
emulator-unstable-refactoring
/
6ffdda0e26502a278c83992183ad96cfa19be47f
/
.
/
audio
/
audio_win_int.h
blob: fa5b3cb802676e505396dc1e19172e9a44dccc7c [
file
] [
log
] [
blame
]
#ifndef
AUDIO_WIN_INT_H
#define
AUDIO_WIN_INT_H
int
waveformat_from_audio_settings
(
WAVEFORMATEX
*
wfx
,
struct
audsettings
*
as
);
int
waveformat_to_audio_settings
(
WAVEFORMATEX
*
wfx
,
struct
audsettings
*
as
);
#endif
/* AUDIO_WIN_INT_H */