1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
25 #include <remconmediabrowsetypes.h>
27 #ifndef REMCONDATABASEAWARENOWPLAYINGBROWSE_H
28 #define REMCONDATABASEAWARENOWPLAYINGBROWSE_H
30 NONSHARABLE_CLASS(MRemConDatabaseAwareNowPlayingBrowse)
33 IMPORT_C void MrcdanpbFolderListing(const TArray<TRemConItem>& aFolderListing,
34 TUint16 aMediaLibraryStateCookie,
37 IMPORT_C void MrcdanpbMediaElementItemResult(const TRemConItemUid& aMediaID,
38 const TDesC8& aMediaName,
39 TMediaItemType aMediaType,
40 const TArray<TMediaElementAttribute>& aAttributes,
44 virtual void MrcdanpbDoFolderListing(const TArray<TRemConItem>& aFolderListing,
45 TUint16 aMediaLibraryStateCookie,
48 virtual void MrcdanpbDoMediaElementItemResult(const TRemConItemUid& aMediaID,
49 const TDesC8& aMediaName,
50 TMediaItemType aMediaType,
51 const TArray<TMediaElementAttribute>& aAttributes,
55 #endif //REMCONDATABASEAWARENOWPLAYINGBROWSE_H