Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Public Attributes
InputPlayback Struct Reference

#include <plugin.h>

List of all members.

Public Attributes

struct OutputAPIoutput
void(* set_data )(InputPlayback *p, void *data)
void *(* get_data )(InputPlayback *p)
void(* set_pb_ready )(InputPlayback *p)
void(* set_params )(InputPlayback *p, gint bitrate, gint samplerate, gint channels)
void(* set_tuple )(InputPlayback *playback, Tuple *tuple)
 Sets / updates playback entry Tuple.
void(* set_gain_from_playlist )(InputPlayback *playback)

Detailed Description

Definition at line 284 of file plugin.h.


Member Data Documentation

void*(* InputPlayback::get_data)(InputPlayback *p)

Definition at line 292 of file plugin.h.

struct OutputAPI* InputPlayback::output

Definition at line 286 of file plugin.h.

void(* InputPlayback::set_data)(InputPlayback *p, void *data)

Definition at line 289 of file plugin.h.

void(* InputPlayback::set_gain_from_playlist)(InputPlayback *playback)

Definition at line 314 of file plugin.h.

void(* InputPlayback::set_params)(InputPlayback *p, gint bitrate, gint samplerate, gint channels)

Definition at line 300 of file plugin.h.

void(* InputPlayback::set_pb_ready)(InputPlayback *p)

Definition at line 296 of file plugin.h.

void(* InputPlayback::set_tuple)(InputPlayback *playback, Tuple *tuple)

Sets / updates playback entry Tuple.

Attention:
Caller gives up ownership of one reference to the tuple.
Since:
Added in Audacious 2.2.

Definition at line 308 of file plugin.h.


The documentation for this struct was generated from the following file: