videotelephony_plat/video_telephony_media_configuration_api/inc/VideoTelephonyDomainPSKeys.h
changeset 0 ed9695c8bcbe
equal deleted inserted replaced
-1:000000000000 0:ed9695c8bcbe
       
     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:  Video Telephony Domain Publish and Subscribe keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef VIDEOTELEPHONYDOMAINPSKEYS_H
       
    20 #define VIDEOTELEPHONYDOMAINPSKEYS_H
       
    21 
       
    22 #include <e32std.h>
       
    23 
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 /**
       
    28 * Media Configuration API for video telephony.
       
    29 */
       
    30 const TUid KPSUidVTMediaConfiguration = {0x1020736A};
       
    31 
       
    32 /**
       
    33 * Preferred camera that the application should use as source.
       
    34 * @type RProperty::EInt
       
    35 */
       
    36 const TUint32 KPSPreferredCamera = 0x00000000;
       
    37 enum EPSPreferredCamera
       
    38     {
       
    39     EPSPreferredCameraUnknown,
       
    40     EPSPreferredCameraInwards,
       
    41     EPSPreferredCameraOutwards
       
    42     };
       
    43 
       
    44 
       
    45 #endif      // VIDEOTELEPHONYDOMAINPSKEYS_H
       
    46 
       
    47 // End of file