sl@0: /** sl@0: * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * Meta entries for audio/video clips. sl@0: * sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: /** sl@0: @file sl@0: @publishedAll sl@0: @released sl@0: */ sl@0: sl@0: #ifndef __MMFMETA_H__ sl@0: #define __MMFMETA_H__ sl@0: sl@0: // Standard EPOC32 includes sl@0: #include sl@0: sl@0: _LIT(KMMFMetaEntrySongTitle, "title"); sl@0: _LIT(KMMFMetaEntryArtist, "artist"); sl@0: _LIT(KMMFMetaEntryAlbum, "album"); sl@0: _LIT(KMMFMetaEntryYear, "year"); sl@0: _LIT(KMMFMetaEntryComment, "comment"); sl@0: _LIT(KMMFMetaEntryAlbumTrack, "albumtrack"); sl@0: _LIT(KMMFMetaEntryGenre, "genre"); sl@0: _LIT(KMMFMetaEntryComposer, "composer"); sl@0: _LIT(KMMFMetaEntryCopyright, "copyright"); sl@0: _LIT(KMMFMetaEntryOriginalArtist, "originalartist"); sl@0: _LIT(KMMFMetaEntryAPIC, "attachedpicture"); sl@0: _LIT(KMMFMetaEntryWOAF, "officialaudiofilewebpage"); sl@0: _LIT(KMMFMetaEntryWOAR, "officialartistwebpage"); sl@0: _LIT(KMMFMetaEntryWOAS, "officialaudiosourcewebpage"); sl@0: _LIT(KMMFMetaEntryWORS, "officialinternetradiostationhomepage"); sl@0: _LIT(KMMFMetaEntryWPAY, "payment"); sl@0: _LIT(KMMFMetaEntryWPUB, "publishersofficialwebpage"); sl@0: _LIT(KMMFMetaEntryWXXX, "userdefinedurllinkframe"); sl@0: _LIT(KMMFMetaEntryVendorID, "vendorid"); sl@0: sl@0: #endif