MRemConMediaInformationTargetObserver Class Reference

#include <mw/remconmediainformationtargetobserver.h>

class MRemConMediaInformationTargetObserver
Public Member Functions
pure virtual voidMrcmitoGetCurrentlyPlayingMetadata(TMediaAttributeIter &)

Detailed Description

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

Member Function Documentation

MrcmitoGetCurrentlyPlayingMetadata ( TMediaAttributeIter & )

voidMrcmitoGetCurrentlyPlayingMetadata(TMediaAttributeIter &aAttributeIter)[pure virtual]

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

See also: CRemConMediaInformationTarget::AttributeValue() CRemConMediaInformationTarget::Completed()

ParameterDescription
aAttributeIterA CMediaAttributeIDs containing a list of TMediaAttributeIds requested by the controller