|
||
class CRemConMediaInformationTarget : public CRemConInterfaceBase, public MRemConInterfaceIf;
Client-instantiable type supporting sending media information.
MRemConInterfaceIf
- No description.
CRemConInterfaceBase
- No description.
CRemConMediaInformationTarget
- Client-instantiable type supporting sending media information.
Defined in CRemConMediaInformationTarget
:
AttributeValue(TMediaAttributeId,TDesC8 &)
Called by the client in response to a MrcmitoGetCurrentlyPlayingMetadata() call....Completed()
Signal that all attributes requested by MrcmitoGetCurrentlyPlayingMetadata() hav...MrcibNewMessage(TUint,const TDesC8 &)
Called when a message comes in for this interface. NewL(CRemConInterfaceSelector &,MRemConMediaInformationTargetObserver &)
Factory function. ~CRemConMediaInformationTarget()
Destructor IMPORT_C static CRemConMediaInformationTarget* NewL(CRemConInterfaceSelector &aInterfaceSelector, MRemConMediaInformationTargetObserver
&aObserver);
Factory function.
|
|
IMPORT_C TInt AttributeValue(TMediaAttributeId aAttributeId, TDesC8 &aAttributeData);
Called by the client in response to a MrcmitoGetCurrentlyPlayingMetadata() call. Each call provides one of the attribute values
requested. This is repeatedly called until all attributes requested have been supplied and then followed by CRemConMediaInformationTarget::Completed()
.
|
|
MRemConMediaInformationTargetObserver::MrcmitoGetCurrentlyPlayingMetadata(TMediaAttributeIter &)
For each element in aAttributeList for which the requested Metadata is available...CRemConMediaInformationTarget::Completed()
Signal that all attributes requested by MrcmitoGetCurrentlyPlayingMetadata() hav...IMPORT_C void Completed();
Signal that all attributes requested by MrcmitoGetCurrentlyPlayingMetadata() have been supplied using the CRemConMediaInformationTarget::AttributeValue(TMediaAttributeId,TDesC8 &)
method.
MRemConMediaInformationTargetObserver::MrcmitoGetCurrentlyPlayingMetadata(TMediaAttributeIter &)
For each element in aAttributeList for which the requested Metadata is available...CRemConMediaInformationTarget::AttributeValue(TMediaAttributeId,TDesC8 &)
Called by the client in response to a MrcmitoGetCurrentlyPlayingMetadata() call....