Mercurial > audlegacy
comparison src/audacious/input.h @ 3760:8fdaccee8312
flows
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 21:48:19 -0500 |
| parents | a1b31fe5a249 |
| children | a575c29cee05 |
comparison
equal
deleted
inserted
replaced
| 3759:9e54690956a0 | 3760:8fdaccee8312 |
|---|---|
| 38 gboolean stop; | 38 gboolean stop; |
| 39 gboolean buffering; | 39 gboolean buffering; |
| 40 GMutex *playback_mutex; | 40 GMutex *playback_mutex; |
| 41 }; | 41 }; |
| 42 | 42 |
| 43 typedef struct { | |
| 44 Tuple *tuple; | |
| 45 InputPlugin *ip; | |
| 46 } ProbeResult; | |
| 47 | |
| 48 GList *get_input_list(void); | 43 GList *get_input_list(void); |
| 49 InputPlayback *get_current_input_playback(void); | 44 InputPlayback *get_current_input_playback(void); |
| 50 void set_current_input_playback(InputPlayback * ip); | 45 void set_current_input_playback(InputPlayback * ip); |
| 51 void set_current_input_data(void * data); | 46 void set_current_input_data(void * data); |
| 52 InputVisType input_get_vis_type(); | 47 InputVisType input_get_vis_type(); |
