]>
Commit | Line | Data |
---|---|---|
d5631638 | 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 */ |