mmappfw_plat/mpx_common_definition_api/inc/mpxprivatecrkeys.h
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     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:  Music Player private CenRep keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPXPRIVATECRKEYS_H
       
    21 #define MPXPRIVATECRKEYS_H
       
    22 
       
    23 #include <e32cmn.h>
       
    24 
       
    25 
       
    26 
       
    27 // Music Settings API
       
    28 
       
    29 const TUid KCRUidMPXSettings = {0x101FFC03};
       
    30 
       
    31 const TUint32 KMPXPlaybackVolume = 0x00000001; // Percentage of max volume
       
    32 const TUint32 KMPXPlaybackRandomMode = 0x00000002;
       
    33 const TUint32 KMPXPlaybackRepeatMode = 0x00000003;
       
    34 
       
    35 // view utility settings
       
    36 const TUint32 KMPXVUCurrentDefaultView = 0x00000004;
       
    37 
       
    38 // Pre-Init enabled
       
    39 const TUint32 KMPXPlaybackPreInitEnabled = 0x00000005;
       
    40 
       
    41 // Maximum size of MPX global heap in MB.
       
    42 const TUint32 KMPXMaxGlobalHeapSize = 0x00000006;
       
    43 
       
    44 const TUint32 KMPXPlaybackMute = 0x00000007;
       
    45 
       
    46 #endif      // MPXPRIVATECRKEYS_H
       
    47 
       
    48 // End of File