1 // Copyright (c) 2007-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.
22 #ifndef REMCONMEDIAINFORMATIONTARGETOBSERVER_H
23 #define REMCONMEDIAINFORMATIONTARGETOBSERVER_H
26 #include <remconmediaattributeid.h>
29 Clients must implement this interface in order to instantiate objects of type
30 CRemConMediaInformationTarget. This interface passes incoming commands from RemCon to
33 NONSHARABLE_CLASS(MRemConMediaInformationTargetObserver)
38 For each element in aAttributeList for which the requested Metadata is available,
39 the client shall respond by calling CRemConMediaInformationTarget::AttributeValue().
40 After all attributes have been supplied the client shall call CRemConMediaInformationTarget::Completed().
41 @param aAttributeIter A CMediaAttributeIDs containing a list of TMediaAttributeIds requested by the controller
42 @see CRemConMediaInformationTarget::AttributeValue()
43 @see CRemConMediaInformationTarget::Completed()
45 virtual void MrcmitoGetCurrentlyPlayingMetadata( TMediaAttributeIter& aAttributeIter ) = 0;
49 #endif // REMCONMEDIAINFORMATIONTARGETOBSERVER_H