MsgVals.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:3k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. /*****************************************************************************
  2.  * MsgVals.h
  3.  *****************************************************************************
  4.  * Copyright (C) 2001 VideoLAN
  5.  * $Id: MsgVals.h 8652 2004-09-06 16:46:25Z titer $
  6.  *
  7.  * Authors: Tony Castley <tcastley@mail.powerup.com.au>
  8.  *          Stephan Aßmus <stippi@yellowbites.com>
  9.  *
  10.  * This program is free software you can redistribute it and/or modify
  11.  * it under the terms of the GNU General Public License as published by
  12.  * the Free Software Foundation either version 2 of the License, or
  13.  * (at your option) any later version.
  14.  *
  15.  * This program is distributed in the hope that it will be useful,
  16.  * but WITHOUT ANY WARRANTY without even the implied warranty of
  17.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.  * GNU General Public License for more details.
  19.  *
  20.  * You should have received a copy of the GNU General Public License
  21.  * along with this program if not, write to the Free Software
  22.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  23.  *****************************************************************************/
  24. #ifndef BEOS_MESSAGE_VALUES_H
  25. #define BEOS_MESSAGE_VALUES_H
  26. #define PLAYING       0
  27. #define PAUSED        1
  28. #define OPEN_FILE          'opfl'
  29. #define OPEN_DVD           'opdv'
  30. #define LOAD_SUBFILE       'losu'
  31. #define SUBFILE_RECEIVED   'sure'
  32. #define OPEN_PLAYLIST      'oppl'
  33. #define STOP_PLAYBACK      'stpl'
  34. #define START_PLAYBACK     'play'
  35. #define PAUSE_PLAYBACK     'papl'
  36. #define HEIGHTH_PLAY       'hhpl'
  37. #define QUARTER_PLAY       'qupl'
  38. #define HALF_PLAY          'hapl'
  39. #define NORMAL_PLAY        'nrpl'
  40. #define TWICE_PLAY         'twpl'
  41. #define FOUR_PLAY          'fopl'
  42. #define HEIGHT_PLAY        'hepl'
  43. #define SEEK_PLAYBACK      'seek'
  44. #define VOLUME_CHG         'voch'
  45. #define VOLUME_MUTE        'mute'
  46. #define SELECT_CHANNEL     'chan'
  47. #define SELECT_SUBTITLE    'subt'
  48. #define PREV_TITLE         'prti'
  49. #define NEXT_TITLE         'nxti'
  50. #define TOGGLE_TITLE       'tgti'
  51. #define PREV_CHAPTER       'prch'
  52. #define NEXT_CHAPTER       'nxch'
  53. #define TOGGLE_CHAPTER     'tgch'
  54. #define PREV_FILE          'prfl'
  55. #define NEXT_FILE          'nxfl'
  56. #define NAVIGATE_PREV      'navp'    // could be chapter, title or file
  57. #define NAVIGATE_NEXT      'navn'    // could be chapter, title or file
  58. #define OPEN_PREFERENCES   'pref'
  59. #define OPEN_MESSAGES      'mess'
  60. #define TOGGLE_ON_TOP      'ontp'
  61. #define SHOW_INTERFACE     'shin'
  62. #define TOGGLE_FULL_SCREEN 'tgfs'
  63. #define RESIZE_50          'rshl'
  64. #define RESIZE_100         'rsor'
  65. #define RESIZE_200         'rsdb'
  66. #define RESIZE_TRUE        'rstr'
  67. #define ASPECT_CORRECT     'asco'
  68. #define VERT_SYNC          'vsyn'
  69. #define WINDOW_FEEL        'wfel'
  70. #define SCREEN_SHOT        'scrn'
  71. #define MSG_UPDATE         'updt'
  72. #define MSG_SOUNDPLAY      'move'  // drag'n'drop from soundplay playlist
  73. #define INTERFACE_CREATED  'ifcr'  /* see VlcApplication::MessageReceived()
  74.                                             * in src/misc/beos_specific.cpp */
  75. #define SHORTCUT           'shcu'
  76. #endif    // BEOS_MESSAGE_VALUES_H