gsprofilesrv_plat/profiles_engine_api/inc/ProfileInternal.hrh
changeset 0 8c5d936e5675
child 24 8ee96d21d9bf
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Profiles Engine enumeration TProfilePttStatus
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PROFILEINTERNAL_HRH
       
    20 #define PROFILEINTERNAL_HRH
       
    21 
       
    22 // DATA TYPES
       
    23 enum TProfilePttStatus
       
    24     {
       
    25     EProfilePttActive = 0,
       
    26     EProfilePttSilent = 1,
       
    27     EProfilePttDoNotDisturb = 2
       
    28     };
       
    29 
       
    30 enum TProfileTactileFeedback
       
    31     {
       
    32     EProfileTactileFeedbackOff		= 0,
       
    33     EProfileTactileFeedbackLevel1	= 1,
       
    34     EProfileTactileFeedbackLevel2	= 2,
       
    35     EProfileTactileFeedbackLevel3	= 3
       
    36     };
       
    37 
       
    38 enum TProfileAudioFeedback
       
    39     {
       
    40     EProfileAudioFeedbackOff		= 0,
       
    41     EProfileAudioFeedbackLevel1		= 1,
       
    42     EProfileAudioFeedbackLevel2		= 2,
       
    43     EProfileAudioFeedbackLevel3		= 3
       
    44     };
       
    45 
       
    46 enum TProfile3DToneEffect
       
    47     {
       
    48     EProfile3DEffectOff                 = 0,
       
    49     EProfile3DEffectCircle              = 1,
       
    50     EProfile3DEffectFlyby               = 2,
       
    51     EProfile3DEffectZigZag              = 3,
       
    52     EProfile3DEffectRandomWalk          = 4,
       
    53     EProfile3DEffectChaos               = 5,
       
    54     EProfile3DEffectStereoWidening      = 6
       
    55     };
       
    56 
       
    57 // The magic numbers come from CEnvironmentalReverbUtility, although they are
       
    58 // not documented anywhere:
       
    59 enum TProfile3DToneEcho
       
    60     {
       
    61     EProfile3DEchoOff           = 0,
       
    62     EProfile3DEchoLivingRoom    = 14,
       
    63     EProfile3DEchoCave          = 5,
       
    64     EProfile3DEchoStoneCorridor = 26,
       
    65     EProfile3DEchoForest        = 8,
       
    66     EProfile3DEchoSewerPipe     = 24,
       
    67     EProfile3DEchoUnderwater    = 28
       
    68     };
       
    69 
       
    70 #endif // PROFILEINTERNAL_HRH
       
    71 
       
    72 // End of File