mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 18:26:18 +00:00
11 lines
308 B
C
11 lines
308 B
C
#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 */
|