From e9b0a61444dc6496b7032858364ea34a0d99bd7b Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 13 Oct 2014 18:21:45 +0200 Subject: ao_wasapi: implement device listing --- audio/out/ao_wasapi_utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/out/ao_wasapi_utils.h') 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); -- cgit v1.2.3