#include <glib.h>#include "plugin.h"Go to the source code of this file.
Functions | |
| GList * | get_output_list (void) |
| void | output_get_volume (gint *l, gint *r) |
| void | output_set_volume (gint l, gint r) |
| void | output_init (void) |
| void | output_cleanup (void) |
| void | set_current_output_plugin (OutputPlugin *plugin) |
| gint | get_output_time (void) |
| void | output_drain (void) |
Variables | |
| struct OutputAPI | output_api |
| OutputPlugin * | current_output_plugin |
| GList* get_output_list | ( | void | ) |
Definition at line 48 of file output.c.
Referenced by on_output_plugin_cbox_changed(), on_output_plugin_cbox_realize(), output_plugin_enable_info(), output_plugin_enable_prefs(), output_plugin_open_info(), and output_plugin_open_prefs().
| gint get_output_time | ( | void | ) |
Definition at line 478 of file output.c.
Referenced by playback_get_time().
| void output_cleanup | ( | void | ) |
Definition at line 129 of file output.c.
Referenced by shut_down().
| void output_drain | ( | void | ) |
Definition at line 494 of file output.c.
Referenced by complete_stop().
Definition at line 62 of file output.c.
Referenced by input_get_volume().
Definition at line 78 of file output.c.
Referenced by input_set_volume().
| void set_current_output_plugin | ( | OutputPlugin * | plugin | ) |
Definition at line 510 of file output.c.
Referenced by effect_plugin_enable(), and on_output_plugin_cbox_changed().
| OutputPlugin* current_output_plugin |
Definition at line 37 of file output.c.
Referenced by effect_plugin_enable(), on_output_plugin_cbox_realize(), plugin_system_cleanup(), plugin_system_init(), save_output_path(), and send_audio().
| struct OutputAPI output_api |
Definition at line 464 of file output.c.
Referenced by playback_new().
1.7.1