]> git.sesse.net Git - vlc/blobdiff - plugins/beos/MsgVals.h
* ./BUGS: added a list of known bugs. Please add your findings!
[vlc] / plugins / beos / MsgVals.h
index 11c94babf785c627888e82e454bd8b47decb12e5..46fbdc68fde0bff6f9ac634acc1d02fab8766040 100644 (file)
@@ -2,9 +2,9 @@
  * MsgVals.h
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
+ * $Id: MsgVals.h,v 1.8 2002/01/04 14:01:34 sam Exp $
  *
- * Authors: 
- *          Tony Castley <tcastley@mail.powerup.com.au>
+ * Authors: Tony Castley <tcastley@mail.powerup.com.au>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -27,6 +27,7 @@
 
 const uint32 OPEN_FILE      = 'OPFL';
 const uint32 OPEN_DVD       = 'OPDV';
+const uint32 OPEN_PLAYLIST  = 'OPPL';
 const uint32 STOP_PLAYBACK  = 'STPL';
 const uint32 START_PLAYBACK = 'PLAY';
 const uint32 PAUSE_PLAYBACK = 'PAPL';
@@ -34,6 +35,10 @@ const uint32 FASTER_PLAY    = 'FAPL';
 const uint32 SLOWER_PLAY    = 'SLPL';
 const uint32 SEEK_PLAYBACK  = 'SEEK';
 const uint32 VOLUME_CHG     = 'VOCH';
-const uint32 VOLUME_MUTE       = 'MUTE';
+const uint32 VOLUME_MUTE    = 'MUTE';
 const uint32 SELECT_CHANNEL = 'CHAN';
-
+const uint32 SELECT_SUBTITLE = 'SUBT';
+const uint32 PREV_TITLE     = 'PRTI';
+const uint32 NEXT_TITLE     = 'NXTI';
+const uint32 PREV_CHAPTER   = 'PRCH';
+const uint32 NEXT_CHAPTER   = 'NXCH';