sl@0: // Copyright (c) 2002-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: // sl@0: sl@0: enum sl@0: { sl@0: ETCamCmdPowerOn=1, sl@0: ETCamCmdPowerOff, sl@0: ETCamCmdViewFinder, sl@0: ETCamCmdCaptureImage, sl@0: ETCamCmdBurstMode, sl@0: ETCamCmdCaptureVideo, sl@0: ETCamCmdIncBrightness, sl@0: ETCamCmdIncContrast, sl@0: ETCamCmdDecBrightness, sl@0: ETCamCmdDecContrast, sl@0: ETCamCmdResetBrightness, sl@0: ETCamCmdResetContrast, sl@0: ETCamCmdIncNumBurstImages, sl@0: ETCamCmdDecNumBurstImages, sl@0: ETCamCmdResetNumBurstImages, sl@0: ETCamCmdFactoryPreset, sl@0: ETCamCmdOutdoorPreset, sl@0: ETCamCmdOutdoorSportPreset, sl@0: ETCamCmdFogPreset, sl@0: ETCamCmdNightPartyIndoorPreset, sl@0: ETCamCmdTextDocumentPreset, sl@0: ETCamCmdImgProcIncBrightness, sl@0: ETCamCmdImgProcDecBrightness, sl@0: ETCamCmdImgProcIncContrast, sl@0: ETCamCmdImgProcDecContrast, sl@0: ETCamCmdEnableSnapshot, sl@0: ETCamCmdDisableSnapshot sl@0: }; sl@0: