comparison src/audlegacy/plugin.h @ 4825:7b771ae623eb

Add OutputPlugin::probe_priority [public], used to set the priority in which this plugin should be probed. From 0 to 10, with plugins with priority=10 tried first.
author William Pitcock <nenolod@atheme.org>
date Fri, 27 Feb 2009 17:38:36 -0600
parents d8228a5f042e
children 68f905a12c77
comparison
equal deleted inserted replaced
4824:d8228a5f042e 4825:7b771ae623eb
1093 gint (*buffer_playing) (void); 1093 gint (*buffer_playing) (void);
1094 gint (*output_time) (void); 1094 gint (*output_time) (void);
1095 gint (*written_time) (void); 1095 gint (*written_time) (void);
1096 1096
1097 void (*tell_audio) (AFormat * fmt, gint * rate, gint * nch); 1097 void (*tell_audio) (AFormat * fmt, gint * rate, gint * nch);
1098
1099 gint probe_priority;
1098 }; 1100 };
1099 1101
1100 struct _EffectPlugin { 1102 struct _EffectPlugin {
1101 PLUGIN_COMMON_FIELDS 1103 PLUGIN_COMMON_FIELDS
1102 1104