phone_plat/telephony_microphone_mute_status_api/inc/telmicmutestatuspskeys.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 Microphone Mute Status Publish and Subscribe keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef TELMICMUTESTATUSPSKEYS_H
       
    20 #define TELMICMUTESTATUSPSKEYS_H
       
    21 
       
    22 #include <e32std.h>
       
    23 
       
    24 // CONSTANTS
       
    25 
       
    26 /*****************************************************************************
       
    27 * Telephony Microphone Mute Status API
       
    28 *****************************************************************************/
       
    29 const TUid KPSUidTelMicrophoneMuteStatus = {0x102029A9}; 
       
    30     
       
    31 /**
       
    32 * Microphone mute state.
       
    33 * VoIP is notified through P&S.
       
    34 * @type RProperty::EInt
       
    35 */
       
    36 const TUint32 KTelMicrophoneMuteState = 0x00000001;
       
    37 enum TPSTelMicMuteState
       
    38     {
       
    39     EPSTelMicMuteStateUninitialized = 0,
       
    40     EPSTelMicMuteOn,
       
    41     EPSTelMicMuteOff
       
    42     };
       
    43 
       
    44 #endif      // TELMICMUTESTATUSPSKEYS_H
       
    45 
       
    46 // End of file