comparison Plugins/Input/console/Audacious_Driver.h @ 147:6fe2bfbe6fc2 trunk

[svn] Move SPC-specific code into SPC-specific routines.
author nenolod
date Thu, 10 Nov 2005 18:05:56 -0800
parents 8794a4781a15
children 03d9180e3c87
comparison
equal deleted inserted replaced
146:4309d2df6586 147:6fe2bfbe6fc2
47 gint loop_length; // length to loop in seconds 47 gint loop_length; // length to loop in seconds
48 gboolean resample; // whether or not to resample 48 gboolean resample; // whether or not to resample
49 gint resample_rate; // rate to resample at 49 gint resample_rate; // rate to resample at
50 }; 50 };
51 51
52 #define PLAY_TYPE_NONE 0
53 #define PLAY_TYPE_SPC 1
54 #define PLAY_TYPE_NSF 2
55 #define PLAY_TYPE_VGM 3
56 #define PLAY_TIME_GBS 4
57 #define PLAY_TYPE_GYM 5
58
52 #endif 59 #endif