diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2004-04-05 20:01:24 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2004-04-05 20:01:24 +0000 |
commit | 7c56dc4a7f9bcfa9b0a117e29deafe03193c52cd (patch) | |
tree | c4177ed332a9a7baa3ea8f9861550b240f509102 /include | |
parent | 4eb1d7669e8322e74f468039cf76fe02287dd510 (diff) | |
download | xine-lib-7c56dc4a7f9bcfa9b0a117e29deafe03193c52cd.tar.gz xine-lib-7c56dc4a7f9bcfa9b0a117e29deafe03193c52cd.tar.bz2 |
- add XINE_MSG_AUDIO_OUT_UNAVAILABLE event to warn when the audio device is
busy.
CVS patchset: 6333
CVS date: 2004/04/05 20:01:24
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 80c7e033f..23e52c660 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.117 2004/03/16 20:50:08 mroi Exp $ + * $Id: xine.h.in,v 1.118 2004/04/05 20:01:27 hadess Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1645,6 +1645,7 @@ typedef struct { #define XINE_MSG_LIBRARY_LOAD_ERROR 8 /* (library/decoder) */ #define XINE_MSG_ENCRYPTED_SOURCE 9 /* none */ #define XINE_MSG_SECURITY 10 /* (security message) */ +#define XINE_MSG_AUDIO_OUT_UNAVAILABLE 11 /* none */ /* opaque xine_event_queue_t */ typedef struct xine_event_queue_s xine_event_queue_t; |