Mercurial > audlegacy-plugins
view src/sid/xs_fileinfo.h @ 3189:ab6c7ebcd301
alsa-ng: Only support 16bit output for now. Someone else can debug this crap.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 19 Jun 2009 09:14:22 -0500 |
parents | 1223e8510d8a |
children |
line wrap: on
line source
#ifndef XS_FILEINFO_H #define XS_FILEINFO_H #include "xmms-sid.h" #ifdef __cplusplus extern "C" { #endif #ifndef AUDACIOUS_PLUGIN void xs_fileinfo_update(void); #endif void xs_fileinfo(gchar *); #ifdef __cplusplus } #endif #endif /* XS_FILEINFO_H */