root/src/apps/mediaconverter/MessageConstants.h
// Copyright 1999, Be Incorporated. All Rights Reserved.
// Copyright 2000-2004, Jun Suzuki. All Rights Reserved.
// Copyright 2007, Stephan Aßmus. All Rights Reserved.
// This file may be used under the terms of the Be Sample Code License.
#ifndef MESSAGE_CONSTANTS_H
#define MESSAGE_CONSTANTS_H

#define CONVERT_BUTTON_MESSAGE                  'cVTB'
#define FORMAT_SELECT_MESSAGE                   'fMTS'
#define AUDIO_CODEC_SELECT_MESSAGE              'aCSL'
#define VIDEO_CODEC_SELECT_MESSAGE              'vCSL'
#define FILE_LIST_CHANGE_MESSAGE                'fLCH'
#define START_CONVERSION_MESSAGE                'stCV'
#define CANCEL_CONVERSION_MESSAGE               'cNCV'
#define CONVERSION_DONE_MESSAGE                 'cVSD'

#define OUTPUT_FOLDER_MESSAGE                   'oUTF'
#define FOLDER_SELECT_MESSAGE                   'sLFO'
#define OPEN_FILE_MESSAGE                           'oFIL'
#define QUIT_MESSAGE                                    'qUIT'
#define PREVIEW_MESSAGE                                 'pVEW'
#define PRIORITY_CHANGED_MESSAGE                'cPRI'
#define VIDEO_QUALITY_CHANGED_MESSAGE   'vQCG'
#define AUDIO_QUALITY_CHANGED_MESSAGE   'aQCG'
#define SELECT_THIS_DIR_MESSAGE                 'sDir'

#define INIT_FORMAT_MENUS                               'iFMN'

#endif // MESSAGE_CONSTANTS_H