phoneengine/phonemodel/inc/telinternalpskeys.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 27 2f8f8080a020
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    58 
    58 
    59 /*****************************************************************************
    59 /*****************************************************************************
    60 * Telephony Audio Preference API UID 
    60 * Telephony Audio Preference API UID 
    61 *****************************************************************************/
    61 *****************************************************************************/
    62 const TUid KPSUidTelAudioPreference = {0x102029A4};
    62 const TUid KPSUidTelAudioPreference = {0x102029A4};
    63 	
    63     
    64 /**
    64 /**
    65 * Indicates the in call audio routing
    65 * Indicates the in call audio routing
    66 * preference to the phone (public/private)
    66 * preference to the phone (public/private)
    67 * This key has two special values, see EPSTelAudioOutput.
    67 * This key has two special values, see EPSTelAudioOutput.
    68 * 
    68 * 
    69 * @type RProperty::EInt
    69 * @type RProperty::EInt
    70 */			
    70 */          
    71 const TUint32 KTelAudioOutput = 0x00000001;
    71 const TUint32 KTelAudioOutput = 0x00000001;
    72 enum EPSTelAudioOutput
    72 enum EPSTelAudioOutput
    73     {
    73     {
    74     EPSAudioPrivate = 0,
    74     EPSAudioPrivate = 0,
    75     EPSAudioPublic    
    75     EPSAudioPublic