diff src/xmms-sid.h @ 127:ddb513bd2610

Improved audio format support, now supported formats are "queried" from emulator engines. Preparing for NanoSID-support, since it's the worst in this sense.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Jan 2004 21:45:05 +0000
parents f4620b534861
children 4162a5370b9e
line wrap: on
line diff
--- a/src/xmms-sid.h	Wed Jan 14 03:57:04 2004 +0000
+++ b/src/xmms-sid.h	Wed Jan 14 21:45:05 2004 +0000
@@ -78,6 +78,10 @@
 
 
 typedef struct {
+	gint		audioFrequency,
+			audioFormat,
+			audioChannels,
+			audioBitsPerSample;
 	void		*player;
 	gboolean	isError, isPlaying;
 	gint		currSong;