epoc32/include/mmf/common/mmfmeta.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 0 061f57f2323e
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.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 
    24 /**
    25  @file
    26  @publishedAll
    27  @released
    28 */
    29 
    30 #ifndef __MMFMETA_H__
    31 #define __MMFMETA_H__
    32 
    33 // Standard EPOC32 includes
    34 #include <e32std.h>
    35 
    36 _LIT(KMMFMetaEntrySongTitle, 	"title");
    37 _LIT(KMMFMetaEntryArtist, 		"artist");
    38 _LIT(KMMFMetaEntryAlbum, 		"album");
    39 _LIT(KMMFMetaEntryYear, 		"year");
    40 _LIT(KMMFMetaEntryComment,	 	"comment");
    41 _LIT(KMMFMetaEntryAlbumTrack, 	"albumtrack");
    42 _LIT(KMMFMetaEntryGenre, 		"genre");
    43 _LIT(KMMFMetaEntryComposer, 	"composer");
    44 _LIT(KMMFMetaEntryCopyright, 	"copyright");
    45 _LIT(KMMFMetaEntryOriginalArtist, 	"originalartist");
    46 _LIT(KMMFMetaEntryAPIC, 	"attachedpicture");
    47 _LIT(KMMFMetaEntryWOAF, 	"officialaudiofilewebpage");
    48 _LIT(KMMFMetaEntryWOAR, 	"officialartistwebpage");
    49 _LIT(KMMFMetaEntryWOAS, 	"officialaudiosourcewebpage");
    50 _LIT(KMMFMetaEntryWORS, 	"officialinternetradiostationhomepage");
    51 _LIT(KMMFMetaEntryWPAY, 	"payment");
    52 _LIT(KMMFMetaEntryWPUB, 	"publishersofficialwebpage");
    53 _LIT(KMMFMetaEntryWXXX, 	"userdefinedurllinkframe");
    54 _LIT(KMMFMetaEntryVendorID,	"vendorid");
    55 
    56 #endif