First public contribution.
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Meta entries for audio/video clips.
31 // Standard EPOC32 includes
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");