#include <mw/remconmediainformationtargetobserver.h>
class MRemConMediaInformationTargetObserver |
Public Member Functions | |
---|---|
pure virtual void | MrcmitoGetCurrentlyPlayingMetadata(TMediaAttributeIter &) |
Clients must implement this interface in order to instantiate objects of type CRemConMediaInformationTarget. This interface passes incoming commands from RemCon to the client.
void | MrcmitoGetCurrentlyPlayingMetadata | ( | 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()
Parameter | Description |
---|---|
aAttributeIter | A CMediaAttributeIDs containing a list of TMediaAttributeIds requested by the controller |