#include <plugin.h>
List of all members.
Detailed Description
Definition at line 135 of file plugin.h.
Member Data Documentation
int(* OutputPlugin::buffer_free)(void) |
void(* OutputPlugin::close_audio)(void) |
void(* OutputPlugin::drain)(void) |
void(* OutputPlugin::flush)(int time) |
void(* OutputPlugin::get_volume)(int *l, int *r) |
int(* OutputPlugin::output_time)(void) |
void(* OutputPlugin::pause)(bool_t p) |
void(* OutputPlugin::period_wait)(void) |
void(* OutputPlugin::set_volume)(int l, int r) |
void(* OutputPlugin::set_written_time)(int time) |
void(* OutputPlugin::write_audio)(void *data, int size) |
int(* OutputPlugin::written_time)(void) |
The documentation for this struct was generated from the following file: