gsprofilesrv_plat/profiles_engine_api/inc/TProfileToneSettings.h
branchRCL_3
changeset 24 8ee96d21d9bf
parent 0 8c5d936e5675
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
    36     {
    36     {
    37     TProfileRingingType  iRingingType;
    37     TProfileRingingType  iRingingType;
    38     TProfileKeypadVolume iKeypadVolume;
    38     TProfileKeypadVolume iKeypadVolume;
    39     TInt                 iRingingVolume;         // 1 - 10
    39     TInt                 iRingingVolume;         // 1 - 10
    40     TBool                iVibratingAlert;        // ETrue = On
    40     TBool                iVibratingAlert;        // ETrue = On
    41     TBool                iEmailVibratingAlert;
       
    42     TBool                iWarningAndGameTones;   // ETrue = On
    41     TBool                iWarningAndGameTones;   // ETrue = On
    43     TInt                 iMediaVolume;           // 1 - 10
    42     TInt                 iMediaVolume;           // 1 - 10
    44     TBool                iTextToSpeech;          // ETrue = On
    43     TBool                iTextToSpeech;          // ETrue = On
    45     };
    44     };
    46 
    45