#include <plugin.h>
Public Attributes | |
| gint(* | open_audio )(gint format, gint rate, gint channels) |
| void(* | set_replaygain_info )(ReplayGainInfo *info) |
| void(* | write_audio )(void *data, gint length) |
| void(* | close_audio )(void) |
| void(* | pause )(gboolean pause) |
| void(* | flush )(gint time) |
| gint(* | written_time )(void) |
| gboolean(* | buffer_playing )(void) |
| void(* | abort_write )(void) |
Definition at line 215 of file plugin.h.
| void(* OutputAPI::abort_write)(void) |
| gboolean(* OutputAPI::buffer_playing)(void) |
| void(* OutputAPI::close_audio)(void) |
| void(* OutputAPI::flush)(gint time) |
| void(* OutputAPI::pause)(gboolean pause) |
| void(* OutputAPI::set_replaygain_info)(ReplayGainInfo *info) |
| void(* OutputAPI::write_audio)(void *data, gint length) |
| gint(* OutputAPI::written_time)(void) |
1.7.1