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 */ |