sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Part of the MVS Application for TechView sl@0: // sl@0: sl@0: const TInt KControllerNotSelected = -2; sl@0: const TInt KBeforeSelectingController = -1; sl@0: sl@0: _LIT(KDefault, "c:\\"); sl@0: _LIT(KTitle, "Title"); sl@0: _LIT(KAuthor, "Author"); sl@0: _LIT(KCopyrt, "Copyright"); sl@0: _LIT(KRevision, "Revision"); sl@0: _LIT(KCategory, "Category"); sl@0: _LIT(KComments, "Comments"); sl@0: _LIT(Ka, ""); sl@0: _LIT(KLogsPath,"\\logs\\LogMVSappUi\\"); sl@0: _LIT(KNotsupported,"Not Supported"); sl@0: _LIT(KLogsDir,"LogMVSappUi"); sl@0: _LIT(KLogsFile,"LogFile.txt"); sl@0: _LIT(KNotSupported, "Not Supported"); sl@0: _LIT(KNull,""); sl@0: _LIT(KVideoError,"No Support for Video Record"); sl@0: _LIT(KDisplayErr,"Display Had some errors"); sl@0: _LIT(KMono, "Mono"); sl@0: _LIT(KStereo, "Stereo"); sl@0: _LIT(KVideoOpened, "Video Opened For Play"); sl@0: _LIT(KVideoOpenedForRecord, "Video Opened for Record"); sl@0: _LIT(KAudioOpened, "Audio Opened For Play"); sl@0: _LIT(KVideoPlaying, "Video Playing"); sl@0: _LIT(KAudioPlaying, "Audio Playing"); sl@0: _LIT(KAudioRecording, "Audio Recording"); sl@0: _LIT(KVideoRecording, "Video Recording"); sl@0: _LIT(KDuration, "Clip Length :"); sl@0: _LIT(KMs,"ms"); sl@0: _LIT(KBitRate,"BitRate:"); sl@0: _LIT(KCorruptFile,"Corrupted File"); sl@0: _LIT(KPaused,"Paused"); sl@0: _LIT(KStopped,"Stopped"); sl@0: _LIT(KGain,"Gain:"); sl@0: _LIT(KNotFound,"Not Found"); sl@0: _LIT(KNoMemory,"No Memory"); sl@0: _LIT(KOverflow,"OverFlow"); sl@0: _LIT(KUnderflow,"UnderFlow"); sl@0: _LIT(KNotReady,"Not Ready"); sl@0: _LIT(KAlreadyExists,"File already exists"); sl@0: _LIT(KInUse,"In use"); sl@0: _LIT(KErrorGeneral,"Encounterd a general error"); sl@0: _LIT(KAccessDenied,"Access Denied"); sl@0: _LIT(KFrameRate, "Frame Rate:"); sl@0: _LIT(KFrameSize, "Frame Size:"); sl@0: _LIT(KComma,","); sl@0: _LIT(KWrongArgument,"Bad Argument"); sl@0: _LIT(KMultiScreenNotsupported,"Specified screen Not Supported"); sl@0: _LIT(KRegisterSuccess,"Registeration for notification successful"); sl@0: _LIT(KRegisterFailure,"Registeration failed"); sl@0: _LIT(KRegisterCancelation,"Cancelled Notification Request"); sl@0: _LIT(KCancelationFailure,"Cancelation request failed"); sl@0: _LIT(KSettingsError, "Error occured in retrieving stored settings "); sl@0: