#include <plugin.h>
List of all members.
Detailed Description
Definition at line 147 of file plugin.h.
Member Data Documentation
void(* OutputPlugin::about)(void) |
gint(* OutputPlugin::buffer_free)(void) |
gint(* OutputPlugin::buffer_playing)(void) |
void(* OutputPlugin::cleanup)(void) |
void(* OutputPlugin::close_audio)(void) |
void(* OutputPlugin::configure)(void) |
gchar* OutputPlugin::description |
void(* OutputPlugin::drain)(void) |
void(* OutputPlugin::flush)(gint time) |
void(* OutputPlugin::get_volume)(gint *l, gint *r) |
gpointer OutputPlugin::handle |
gint(* OutputPlugin::output_time)(void) |
void(* OutputPlugin::pause)(gshort paused) |
void(* OutputPlugin::period_wait)(void) |
gint OutputPlugin::probe_priority |
void(* OutputPlugin::set_volume)(gint l, gint r) |
void(* OutputPlugin::set_written_time)(gint time) |
void(* OutputPlugin::write_audio)(gpointer ptr, gint length) |
gint(* OutputPlugin::written_time)(void) |
The documentation for this struct was generated from the following file: