os/mm/mmlibs/mmfw/inc/mmf/common/MmfMeta.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /**
     2 * Copyright (c) 2003-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 * Meta entries for audio/video clips.
    16 * 
    17 *
    18 */
    19 
    20 
    21 
    22 /**
    23  @file
    24  @publishedAll
    25  @released
    26 */
    27 
    28 #ifndef __MMFMETA_H__
    29 #define __MMFMETA_H__
    30 
    31 // Standard EPOC32 includes
    32 #include <e32std.h>
    33 
    34 _LIT(KMMFMetaEntrySongTitle, 	"title");
    35 _LIT(KMMFMetaEntryArtist, 		"artist");
    36 _LIT(KMMFMetaEntryAlbum, 		"album");
    37 _LIT(KMMFMetaEntryYear, 		"year");
    38 _LIT(KMMFMetaEntryComment,	 	"comment");
    39 _LIT(KMMFMetaEntryAlbumTrack, 	"albumtrack");
    40 _LIT(KMMFMetaEntryGenre, 		"genre");
    41 _LIT(KMMFMetaEntryComposer, 	"composer");
    42 _LIT(KMMFMetaEntryCopyright, 	"copyright");
    43 _LIT(KMMFMetaEntryOriginalArtist, 	"originalartist");
    44 _LIT(KMMFMetaEntryAPIC, 	"attachedpicture");
    45 _LIT(KMMFMetaEntryWOAF, 	"officialaudiofilewebpage");
    46 _LIT(KMMFMetaEntryWOAR, 	"officialartistwebpage");
    47 _LIT(KMMFMetaEntryWOAS, 	"officialaudiosourcewebpage");
    48 _LIT(KMMFMetaEntryWORS, 	"officialinternetradiostationhomepage");
    49 _LIT(KMMFMetaEntryWPAY, 	"payment");
    50 _LIT(KMMFMetaEntryWPUB, 	"publishersofficialwebpage");
    51 _LIT(KMMFMetaEntryWXXX, 	"userdefinedurllinkframe");
    52 _LIT(KMMFMetaEntryVendorID,	"vendorid");
    53 
    54 #endif