phone_plat/telephony_information_api/inc/telincallvolcntrlcrkeys.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Telephony in-call volume control central repository keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef TELINCALLVOLCNTRLCRKEYS_H
       
    20 #define TELINCALLVOLCNTRLCRKEYS_H
       
    21 
       
    22 #include <e32std.h>
       
    23 
       
    24 /******************************************************************************
       
    25 * Telephony In-Call Volume Control API
       
    26 * This API provides information related to in-call volume.
       
    27 ******************************************************************************/
       
    28 const TUid KCRUidInCallVolume = {0x102828B1}; 
       
    29 
       
    30 /**
       
    31 * Volume for non-IHF (loudspeaker) mode. 
       
    32 * Clients must use only integer values between 0 and 10.
       
    33 * Change affects to in-call volume.
       
    34 * Default value is 4.  
       
    35 */
       
    36 const TUint32 KTelIncallEarVolume                           = 0x00000001;
       
    37 
       
    38 /**
       
    39 * Volume for IHF mode. 
       
    40 * Clients must use only integer values between 0 and 10.
       
    41 * Change affects to in-call volume.
       
    42 * Default value is 4.
       
    43 */
       
    44 const TUint32 KTelIncallLoudspeakerVolume                   = 0x00000002;
       
    45 
       
    46 #endif      // TELINCALLVOLCNTRLCRKEYS_H
       
    47 
       
    48 // End of file