Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <remconmediainformationtargetobserver.h>
This item is not part of the S60 5th Edition SDK

Class MRemConMediaInformationTargetObserver

class MRemConMediaInformationTargetObserver;

Description

Clients must implement this interface in order to instantiate objects of type CRemConMediaInformationTarget. This interface passes incoming commands from RemCon to the client.

Members

Defined in MRemConMediaInformationTargetObserver:


Member functions


MrcmitoGetCurrentlyPlayingMetadata(TMediaAttributeIter &)

virtual void MrcmitoGetCurrentlyPlayingMetadata(TMediaAttributeIter &aAttributeIter)=0;

Description

For each element in aAttributeList for which the requested Metadata is available, the client shall respond by calling CRemConMediaInformationTarget::AttributeValue(TMediaAttributeId,TDesC8 &). After all attributes have been supplied the client shall call CRemConMediaInformationTarget::Completed().

Parameters

TMediaAttributeIter &aAttributeIter

See also: