|
||
class MRemConMediaInformationTargetObserver;
Clients must implement this interface in order to instantiate objects of type CRemConMediaInformationTarget
. This interface passes incoming commands from RemCon to the client.
Defined in MRemConMediaInformationTargetObserver
:
MrcmitoGetCurrentlyPlayingMetadata(TMediaAttributeIter &)
For each element in aAttributeList for which the requested Metadata is available...virtual void MrcmitoGetCurrentlyPlayingMetadata(TMediaAttributeIter &aAttributeIter)=0;
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()
.
|
CRemConMediaInformationTarget::AttributeValue(TMediaAttributeId,TDesC8 &)
Called by the client in response to a MrcmitoGetCurrentlyPlayingMetadata() call....CRemConMediaInformationTarget::Completed()
Signal that all attributes requested by MrcmitoGetCurrentlyPlayingMetadata() hav...