xref: /haiku/src/apps/mediaconverter/MessageConstants.h (revision 837b16251d4b2b6249ebcaa19bb319cbe82c6126)
1 // Copyright 1999, Be Incorporated. All Rights Reserved.
2 // Copyright 2000-2004, Jun Suzuki. All Rights Reserved.
3 // Copyright 2007, Stephan Aßmus. All Rights Reserved.
4 // This file may be used under the terms of the Be Sample Code License.
5 #ifndef MESSAGE_CONSTANTS_H
6 #define MESSAGE_CONSTANTS_H
7 
8 #define CONVERT_BUTTON_MESSAGE			'cVTB'
9 #define FORMAT_SELECT_MESSAGE			'fMTS'
10 #define AUDIO_CODEC_SELECT_MESSAGE		'aCSL'
11 #define VIDEO_CODEC_SELECT_MESSAGE		'vCSL'
12 #define FILE_LIST_CHANGE_MESSAGE		'fLCH'
13 #define START_CONVERSION_MESSAGE		'stCV'
14 #define CANCEL_CONVERSION_MESSAGE		'cNCV'
15 #define CONVERSION_DONE_MESSAGE			'cVSD'
16 
17 #define OUTPUT_FOLDER_MESSAGE			'oUTF'
18 #define FOLDER_SELECT_MESSAGE			'sLFO'
19 #define OPEN_FILE_MESSAGE			    'oFIL'
20 #define QUIT_MESSAGE			 		'qUIT'
21 #define PREVIEW_MESSAGE					'pVEW'
22 #define PRIORITY_CHANGED_MESSAGE		'cPRI'
23 #define VIDEO_QUALITY_CHANGED_MESSAGE	'vQCG'
24 #define AUDIO_QUALITY_CHANGED_MESSAGE	'aQCG'
25 #define SELECT_THIS_DIR_MESSAGE			'sDir'
26 
27 #define INIT_FORMAT_MENUS				'iFMN'
28 
29 #endif // MESSAGE_CONSTANTS_H
30