From e53ca368a5448291ca2783b8061727635084618f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 23 Oct 2009 10:55:52 +0200 Subject: output_plugin: added methods enable() and disable() With these methods, an output plugin can allocate some global resources only if it is actually enabled. The method enable() is called after daemonization, which allows for more sophisticated resource allocation during that method. --- src/output_all.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/output_all.h') diff --git a/src/output_all.h b/src/output_all.h index e124d3150..2f5101f1b 100644 --- a/src/output_all.h +++ b/src/output_all.h @@ -65,6 +65,13 @@ audio_output_get(unsigned i); struct audio_output * audio_output_find(const char *name); +/** + * Checks the "enabled" flag of all audio outputs, and if one has + * changed, commit the change. + */ +void +audio_output_all_enable_disable(void); + /** * Opens all audio outputs which are not disabled. * -- cgit v1.2.3