First public contribution.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Part of the MVS Application for TechView
17 const TInt KControllerNotSelected = -2;
18 const TInt KBeforeSelectingController = -1;
20 _LIT(KDefault, "c:\\");
21 _LIT(KTitle, "Title");
22 _LIT(KAuthor, "Author");
23 _LIT(KCopyrt, "Copyright");
24 _LIT(KRevision, "Revision");
25 _LIT(KCategory, "Category");
26 _LIT(KComments, "Comments");
28 _LIT(KLogsPath,"\\logs\\LogMVSappUi\\");
29 _LIT(KNotsupported,"Not Supported");
30 _LIT(KLogsDir,"LogMVSappUi");
31 _LIT(KLogsFile,"LogFile.txt");
32 _LIT(KNotSupported, "Not Supported");
34 _LIT(KVideoError,"No Support for Video Record");
35 _LIT(KDisplayErr,"Display Had some errors");
37 _LIT(KStereo, "Stereo");
38 _LIT(KVideoOpened, "Video Opened For Play");
39 _LIT(KVideoOpenedForRecord, "Video Opened for Record");
40 _LIT(KAudioOpened, "Audio Opened For Play");
41 _LIT(KVideoPlaying, "Video Playing");
42 _LIT(KAudioPlaying, "Audio Playing");
43 _LIT(KAudioRecording, "Audio Recording");
44 _LIT(KVideoRecording, "Video Recording");
45 _LIT(KDuration, "Clip Length :");
47 _LIT(KBitRate,"BitRate:");
48 _LIT(KCorruptFile,"Corrupted File");
49 _LIT(KPaused,"Paused");
50 _LIT(KStopped,"Stopped");
52 _LIT(KNotFound,"Not Found");
53 _LIT(KNoMemory,"No Memory");
54 _LIT(KOverflow,"OverFlow");
55 _LIT(KUnderflow,"UnderFlow");
56 _LIT(KNotReady,"Not Ready");
57 _LIT(KAlreadyExists,"File already exists");
58 _LIT(KInUse,"In use");
59 _LIT(KErrorGeneral,"Encounterd a general error");
60 _LIT(KAccessDenied,"Access Denied");
61 _LIT(KFrameRate, "Frame Rate:");
62 _LIT(KFrameSize, "Frame Size:");
64 _LIT(KWrongArgument,"Bad Argument");
65 _LIT(KMultiScreenNotsupported,"Specified screen Not Supported");
66 _LIT(KRegisterSuccess,"Registeration for notification successful");
67 _LIT(KRegisterFailure,"Registeration failed");
68 _LIT(KRegisterCancelation,"Cancelled Notification Request");
69 _LIT(KCancelationFailure,"Cancelation request failed");
70 _LIT(KSettingsError, "Error occured in retrieving stored settings ");