XMMS2
|
Output is responsible to put the decoded data on the soundcard. More...
Functions | |
guint32 | xmms_output_latency (xmms_output_t *output) |
gboolean | xmms_output_plugin_switch (xmms_output_t *output, xmms_output_plugin_t *new_plugin) |
Switch to another output plugin. More... | |
xmms_output_t * | xmms_output_new (xmms_output_plugin_t *plugin, xmms_playlist_t *playlist, xmms_medialib_t *medialib) |
Allocate a new xmms_output_t. More... | |
void | xmms_output_flush (xmms_output_t *output) |
Flush the buffers in soundcard. More... | |
Output is responsible to put the decoded data on the soundcard.
void xmms_output_flush | ( | xmms_output_t * | output | ) |
Flush the buffers in soundcard.
guint32 xmms_output_latency | ( | xmms_output_t * | output | ) |
Referenced by send_data().
xmms_output_t* xmms_output_new | ( | xmms_output_plugin_t * | plugin, |
xmms_playlist_t * | playlist, | ||
xmms_medialib_t * | medialib | ||
) |
Allocate a new xmms_output_t.
Referenced by main().
gboolean xmms_output_plugin_switch | ( | xmms_output_t * | output, |
xmms_output_plugin_t * | new_plugin | ||
) |
Switch to another output plugin.
output | output pointer |
new_plugin | the new xmms_plugin_t to use as output. |