summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi_utils.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-13 18:21:45 +0200
committerwm4 <wm4@nowhere>2014-10-13 18:21:45 +0200
commite9b0a61444dc6496b7032858364ea34a0d99bd7b (patch)
treef1c951b7b7aa1b6ffd21582a3e4116c208bd8f73 /audio/out/ao_wasapi_utils.h
parentfb7cc7274e1c98547a5fb6478a92f91c3455bab4 (diff)
downloadmpv-e9b0a61444dc6496b7032858364ea34a0d99bd7b.tar.bz2
mpv-e9b0a61444dc6496b7032858364ea34a0d99bd7b.tar.xz
ao_wasapi: implement device listing
Diffstat (limited to 'audio/out/ao_wasapi_utils.h')
-rwxr-xr-xaudio/out/ao_wasapi_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/out/ao_wasapi_utils.h b/audio/out/ao_wasapi_utils.h
index fdc6e4fb7c..ee171ebb3c 100755
--- a/audio/out/ao_wasapi_utils.h
+++ b/audio/out/ao_wasapi_utils.h
@@ -31,7 +31,8 @@ int wasapi_fill_VistaBlob(wasapi_state *state);
const char *wasapi_explain_err(const HRESULT hr);
-int wasapi_enumerate_devices(struct mp_log *log);
+int wasapi_enumerate_devices(struct mp_log *log, struct ao *ao,
+ struct ao_device_list *list);
int wasapi_validate_device(struct mp_log *log, const m_option_t *opt,
struct bstr name, struct bstr param);