clfwrapper/ClientSrc/CLF2MdEConsts.h
changeset 0 c53acadfccc6
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2002-2009 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef CLF2MDECONSTS_H
       
    21 #define CLF2MDECONSTS_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32def.h>
       
    25 
       
    26 // CONSTANTS
       
    27 
       
    28 // Literals for music file mappings
       
    29 _LIT( KCLFWrapperMusicTypeMpeg, "audio/mpeg" );
       
    30 _LIT( KCLFWrapperMusicTypeAac, "audio/aac" );
       
    31 _LIT( KCLFWrapperMusicTypeMp3, "audio/mp3" );
       
    32 _LIT( KCLFWrapperMusicTypeX_Mp3, "audio/x-mp3" );
       
    33 _LIT( KCLFWrapperMusicTypeMp4, "audio/mp4" );
       
    34 _LIT( KCLFWrapperMusicType3gpp, "audio/3gpp" );
       
    35 _LIT( KCLFWrapperMusicTypeM4a, "audio/m4a" );
       
    36 _LIT( KCLFWrapperMusicType3gpp2, "audio/3gpp2" );
       
    37 _LIT( KCLFWrapperMusicTypeMpeg4, "audio/mpeg4" );
       
    38 _LIT( KCLFWrapperMusicTypeX_Pn_RealAudio, "audio/x-pn-realaudio" );
       
    39 _LIT( KCLFWrapperMusicTypeX_Ms_Wma, "audio/x-ms-wma" );
       
    40 
       
    41 #endif      // CLF2MDECONSTS_H
       
    42 
       
    43 // End of File