From 3f5b41dfa30ca282fd99176bf879493dd72b3119 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 19 Oct 2016 15:08:48 -0700 Subject: audio/out: add AudioUnit output driver for iOS --- audio/out/ao_coreaudio_chmap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/out/ao_coreaudio_chmap.h') diff --git a/audio/out/ao_coreaudio_chmap.h b/audio/out/ao_coreaudio_chmap.h index d58270fc47..d71dee02ce 100644 --- a/audio/out/ao_coreaudio_chmap.h +++ b/audio/out/ao_coreaudio_chmap.h @@ -22,8 +22,12 @@ struct mp_chmap; +int ca_label_to_mp_speaker_id(AudioChannelLabel label); + +#if HAVE_COREAUDIO bool ca_init_chmap(struct ao *ao, AudioDeviceID device); void ca_get_active_chmap(struct ao *ao, AudioDeviceID device, int channel_count, struct mp_chmap *out_map); +#endif #endif -- cgit v1.2.3