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