videoplayback/videohelix/inc/mpxvideoprivatecrkeys.h
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2004 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:  MPX videoplayback private CenRep keys.
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 4 %
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #ifndef MPXVIDEOPRIVATECRKEYS_H
       
    24 #define MPXVIDEOPRIVATECRKEYS_H
       
    25 
       
    26 #include <e32cmn.h>
       
    27 
       
    28 
       
    29 const TUid KCRUidMPXVideoSettings = {0x101F880A};
       
    30 
       
    31 const TUint32 KMPXVideoPlaybackMute = 0x1;
       
    32 const TUint32 KMPXVideoPlaybackVolume = 0x2;
       
    33 
       
    34 #endif      // MPXVIDEOPRIVATECRKEYS_H
       
    35 
       
    36 // End of File