Output
[XMMSServer]


Detailed Description

Output is responsible to put the decoded data on the soundcard.


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.
xmms_output_txmms_output_new (xmms_output_plugin_t *plugin, xmms_playlist_t *playlist)
 Allocate a new xmms_output_t.
void xmms_output_flush (xmms_output_t *output)
 Flush the buffers in soundcard.


Function Documentation

void xmms_output_flush ( xmms_output_t output  ) 

Flush the buffers in soundcard.

Definition at line 978 of file output.c.

guint32 xmms_output_latency ( xmms_output_t output  ) 

Definition at line 789 of file output.c.

Referenced by send_data().

xmms_output_t* xmms_output_new ( xmms_output_plugin_t plugin,
xmms_playlist_t playlist 
)

Allocate a new xmms_output_t.

Definition at line 928 of file output.c.

Referenced by main().

gboolean xmms_output_plugin_switch ( xmms_output_t output,
xmms_output_plugin_t new_plugin 
)

Switch to another output plugin.

Parameters:
output output pointer
new_plugin the new xmms_plugin_t to use as output.
Returns:
TRUE on success and FALSE on failure

Definition at line 891 of file output.c.


Generated on Fri Feb 26 14:38:17 2016 for XMMS2 by  doxygen 1.5.6